fix errors in console

This commit is contained in:
Henry Jameson 2026-05-19 18:14:19 +03:00
commit 2d07671552
3 changed files with 3 additions and 3 deletions

View file

@ -589,7 +589,7 @@ const EmojiInput = {
setCaret({ target: { selectionStart } }) {
this.caret = selectionStart
this.$nextTick(() => {
this.$refs.suggestorPopover.updateStyles()
this.$refs.suggestorPopover?.updateStyles()
})
},
autoCompleteItemLabel(suggestion) {