aboutsummaryrefslogtreecommitdiff
path: root/src/components/emoji_input
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2021-02-25 17:32:54 +0200
committerShpuld Shpuldson <shp@cock.li>2021-02-25 17:32:54 +0200
commitacc08932cdc704fd875fbd66180c08c13c243c5e (patch)
tree9c4f89529ded08a162a9106e2fa324b9db42b948 /src/components/emoji_input
parent74caf42ed779d5218937afcddd6b8d9509006e81 (diff)
save a few characters
Diffstat (limited to 'src/components/emoji_input')
-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 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) {