This commit is contained in:
Henry Jameson 2019-09-25 20:23:55 +03:00
parent e6d2cf77af
commit 2f26e8acc5
4 changed files with 15 additions and 9 deletions

View file

@ -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