fix emoji input tests

This commit is contained in:
Henry Jameson 2022-03-22 18:14:56 +02:00
parent c2cf13fc00
commit 9d7a7e2019
2 changed files with 48 additions and 37 deletions

View file

@ -189,8 +189,11 @@ const EmojiInput = {
img: imageUrl || ''
}))
},
suggestions (newValue) {
this.$nextTick(this.resize)
suggestions: {
handler (newValue) {
this.$nextTick(this.resize)
},
deep: true
}
},
methods: {