mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-07 18:48:39 +00:00
fix autocomplete emoji
This commit is contained in:
@@ -51,6 +51,7 @@ const emojiCompletionList = (context)=>{
|
|||||||
return {
|
return {
|
||||||
from : word.from + 1,
|
from : word.from + 1,
|
||||||
options,
|
options,
|
||||||
|
filter: false,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user