refs #1316 Fix handle close event for emoji picker

This commit is contained in:
AkiraFukushima 2020-06-21 21:43:20 +09:00
parent 766111a894
commit 3f8fd76b2e
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ export default {
},
hideEmojiPicker() {
if (this.openEmojiPicker) {
this.$emit('pickerOpened', this.openEmojiPicker)
this.$emit('pickerOpened', false)
}
this.openEmojiPicker = false
},