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 () {
|
onShowing () {
|
||||||
const oldContentLoaded = this.contentLoaded
|
const oldContentLoaded = this.contentLoaded
|
||||||
this.recalculateItemPerRow()
|
|
||||||
this.updateEmojiSize()
|
this.updateEmojiSize()
|
||||||
|
this.recalculateItemPerRow()
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$refs.search.focus()
|
this.$refs.search.focus()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue