diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-28 01:26:22 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-28 01:26:22 +0200 |
| commit | e2a675e3ae6f29a42ff501d393f0fb1ad0f2d130 (patch) | |
| tree | aec89be3708ca910f3c09c2ae0ed329e0c493c41 /src | |
| parent | fe93717d47792eef88f4ec6200260f457d1e0bd2 (diff) | |
oops
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/emoji_input/emoji_input.js | 2 |
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) { |
