????
This commit is contained in:
parent
868119679f
commit
f25dafb049
1 changed files with 1 additions and 5 deletions
|
@ -106,11 +106,6 @@ const EmojiPicker = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
inject: ['popoversZLayer'],
|
inject: ['popoversZLayer'],
|
||||||
mounted () {
|
|
||||||
this.$nextTick(() => {
|
|
||||||
this.updateEmojiSize()
|
|
||||||
})
|
|
||||||
},
|
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
keyword: '',
|
keyword: '',
|
||||||
|
@ -249,6 +244,7 @@ const EmojiPicker = {
|
||||||
onShowing () {
|
onShowing () {
|
||||||
const oldContentLoaded = this.contentLoaded
|
const oldContentLoaded = this.contentLoaded
|
||||||
this.recalculateItemPerRow()
|
this.recalculateItemPerRow()
|
||||||
|
this.updateEmojiSize()
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$refs.search.focus()
|
this.$refs.search.focus()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue