aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 3cc58bd1..9baf63f2 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) {