diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-02-25 17:32:54 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-02-25 17:32:54 +0200 |
| commit | acc08932cdc704fd875fbd66180c08c13c243c5e (patch) | |
| tree | 9c4f89529ded08a162a9106e2fa324b9db42b948 /src/components/emoji_input | |
| parent | 74caf42ed779d5218937afcddd6b8d9509006e81 (diff) | |
save a few characters
Diffstat (limited to 'src/components/emoji_input')
| -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 cda2382e..dc03bc9f 100644 --- a/src/components/emoji_input/emoji_input.js +++ b/src/components/emoji_input/emoji_input.js @@ -221,7 +221,7 @@ const EmojiInput = { if (this.showPicker) { this.scrollIntoView() this.$refs.picker.startEmojiLoad() - this.$nextTick(() => this.focusPickerInput()) + this.$nextTick(this.focusPickerInput) } }, replace (replacement) { |
