eslint
This commit is contained in:
parent
e6d2cf77af
commit
2f26e8acc5
4 changed files with 15 additions and 9 deletions
|
@ -401,7 +401,7 @@ const EmojiInput = {
|
|||
this.$emit('input', e.target.value)
|
||||
},
|
||||
onClickInput (e) {
|
||||
this.showPicker = false;
|
||||
this.showPicker = false
|
||||
},
|
||||
onClickOutside (e) {
|
||||
if (this.disableClickOutside) return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue