save a few characters

new-bloop
Shpuld Shpuldson 4 years ago
parent 74caf42ed7
commit acc08932cd

@ -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) {

Loading…
Cancel
Save