aboutsummaryrefslogtreecommitdiff
path: root/src/components/emoji_input/emoji_input.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-28 01:23:43 +0200
committerHenry Jameson <me@hjkos.com>2024-02-28 01:23:43 +0200
commitfe93717d47792eef88f4ec6200260f457d1e0bd2 (patch)
tree1c828e4953f36bdf69be5d3e33c136c7cd13ef7d /src/components/emoji_input/emoji_input.js
parentf4d48e401abd7789968e0b3decd50fc62bd7bc29 (diff)
consistent menu-items
Diffstat (limited to 'src/components/emoji_input/emoji_input.js')
-rw-r--r--src/components/emoji_input/emoji_input.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/emoji_input/emoji_input.js b/src/components/emoji_input/emoji_input.js
index 9baf63f2..3cc58bd1 100644
--- a/src/components/emoji_input/emoji_input.js
+++ b/src/components/emoji_input/emoji_input.js
@@ -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) {