mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-01-31 16:39:09 +01:00
save a few characters
This commit is contained in:
parent
74caf42ed7
commit
acc08932cd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue