diff options
| author | Henry Jameson <me@hjkos.com> | 2021-05-31 13:59:44 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-05-31 13:59:44 +0300 |
| commit | 159bbed2f97345649abaf757f7b3b79d2dbd249b (patch) | |
| tree | 448c5296ee6213ed1da6c56f694a64bc2963aa2e /src | |
| parent | 40ac9ef4993ecf4784abb8f38b12d0ecb7796458 (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 c4d235c0..902ec384 100644 --- a/src/components/emoji_input/emoji_input.js +++ b/src/components/emoji_input/emoji_input.js @@ -268,7 +268,7 @@ const EmojiInput = { this.$nextTick(function () { // Re-focus inputbox after clicking suggestion // Set selection right after the replacement instead of the very end - // this.input.setSelectionRange(position, position) + this.input.setSelectionRange(position, position) this.caret = position }) }, |
