0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 20:58:40 +00:00

fix autocomplete emoji

This commit is contained in:
Víctor Losada Hernández
2026-04-13 15:10:08 +02:00
parent 1984143c82
commit 1659c4b45a
@@ -51,6 +51,7 @@ const emojiCompletionList = (context)=>{
return {
from : word.from + 1,
options,
filter: false,
};
};