This commit is contained in:
Henry Jameson 2024-02-28 01:26:22 +02:00
parent fe93717d47
commit e2a675e3ae

View File

@ -270,7 +270,7 @@ const EmojiInput = {
if (newValue) { if (newValue) {
this.$refs.suggestorPopover.showPopover() this.$refs.suggestorPopover.showPopover()
} else { } else {
// this.$refs.suggestorPopover.hidePopover() this.$refs.suggestorPopover.hidePopover()
} }
}, },
textAtCaret: async function (newWord) { textAtCaret: async function (newWord) {