fix errors in console
This commit is contained in:
parent
5f8e000157
commit
2d07671552
3 changed files with 3 additions and 3 deletions
|
|
@ -589,7 +589,7 @@ const EmojiInput = {
|
|||
setCaret({ target: { selectionStart } }) {
|
||||
this.caret = selectionStart
|
||||
this.$nextTick(() => {
|
||||
this.$refs.suggestorPopover.updateStyles()
|
||||
this.$refs.suggestorPopover?.updateStyles()
|
||||
})
|
||||
},
|
||||
autoCompleteItemLabel(suggestion) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue