forked from FoundKeyGang/FoundKey
絵文字サジェストでスペースを挿入しないように
This commit is contained in:
parent
a22ddb1fb9
commit
f84e9c7dc8
1 changed files with 0 additions and 2 deletions
|
@ -222,8 +222,6 @@ class Autocomplete {
|
|||
const trimmedBefore = before.substring(0, before.lastIndexOf(':'));
|
||||
const after = source.substr(caret);
|
||||
|
||||
if (value.startsWith(':')) value = value + ' ';
|
||||
|
||||
// 挿入
|
||||
this.text = trimmedBefore + value + after;
|
||||
|
||||
|
|
Loading…
Reference in a new issue