mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-19 14:21:36 +00:00
hide emoji suggestion when destroyed
This commit is contained in:
parent
cb637bbd64
commit
b86a0aa2cd
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ export default {
|
|||
},
|
||||
destroyed() {
|
||||
bus.$off("emojiSuggestions:key", this.KeySwitch);
|
||||
this.$store.dispatch("setEmojiArray", null);
|
||||
},
|
||||
methods: {
|
||||
emojiParser(emoji) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue