Clean up legacy code in emoji picker

Ref: grouped-emoji-picker
This commit is contained in:
Tusooa Zhu 2021-10-08 01:02:16 -04:00
commit 8777b6eadd
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
4 changed files with 28 additions and 119 deletions

View file

@ -207,7 +207,6 @@ const EmojiInput = {
},
triggerShowPicker () {
this.showPicker = true
this.$refs.picker.startEmojiLoad()
this.$nextTick(() => {
this.scrollIntoView()
this.focusPickerInput()