reverse order?

This commit is contained in:
Henry Jameson 2024-06-26 02:02:58 +03:00
parent f25dafb049
commit ba50661840

View file

@ -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()
}) })