Skip to content

Commit

Permalink
(fix) toggle emojiOpened on second click
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine92190 committed Apr 15, 2020
1 parent e16bdb1 commit 4c3b5d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ChatWindow/Message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@ export default {
this.optionsOpened = false
if (this.hoverMessageId !== this.message._id) this.messageHover = false
},
openEmoji(ev) {
this.emojiOpened = ev
openEmoji() {
this.emojiOpened = !this.emojiOpened
this.$emit('hideOptions', false)
},
closeEmoji() {
Expand Down

0 comments on commit 4c3b5d9

Please sign in to comment.