save a few characters

This commit is contained in:
Shpuld Shpuldson 2021-02-25 17:32:54 +02:00
parent 74caf42ed7
commit acc08932cd

View file

@ -221,7 +221,7 @@ const EmojiInput = {
if (this.showPicker) { if (this.showPicker) {
this.scrollIntoView() this.scrollIntoView()
this.$refs.picker.startEmojiLoad() this.$refs.picker.startEmojiLoad()
this.$nextTick(() => this.focusPickerInput()) this.$nextTick(this.focusPickerInput)
} }
}, },
replace (replacement) { replace (replacement) {