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) {
this.$refs.suggestorPopover.showPopover()
} else {
// this.$refs.suggestorPopover.hidePopover()
this.$refs.suggestorPopover.hidePopover()
}
},
textAtCaret: async function (newWord) {