????
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'],
|
||||
mounted () {
|
||||
this.$nextTick(() => {
|
||||
this.updateEmojiSize()
|
||||
})
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
keyword: '',
|
||||
|
@ -249,6 +244,7 @@ const EmojiPicker = {
|
|||
onShowing () {
|
||||
const oldContentLoaded = this.contentLoaded
|
||||
this.recalculateItemPerRow()
|
||||
this.updateEmojiSize()
|
||||
this.$nextTick(() => {
|
||||
this.$refs.search.focus()
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue