reverse order?
This commit is contained in:
parent
f25dafb049
commit
ba50661840
1 changed files with 1 additions and 1 deletions
|
@ -243,8 +243,8 @@ const EmojiPicker = {
|
|||
},
|
||||
onShowing () {
|
||||
const oldContentLoaded = this.contentLoaded
|
||||
this.recalculateItemPerRow()
|
||||
this.updateEmojiSize()
|
||||
this.recalculateItemPerRow()
|
||||
this.$nextTick(() => {
|
||||
this.$refs.search.focus()
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue