speed up emoji picker somewhat
This commit is contained in:
parent
c4352a1936
commit
99490cdb21
3 changed files with 6 additions and 1 deletions
|
|
@ -150,7 +150,9 @@ const EmojiPicker = {
|
|||
},
|
||||
showPicker () {
|
||||
this.$refs.popover.showPopover()
|
||||
this.onShowing()
|
||||
this.$nextTick(() => {
|
||||
this.onShowing()
|
||||
})
|
||||
},
|
||||
hidePicker () {
|
||||
this.$refs.popover.hidePopover()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue