mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-06 19:40:57 +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() {
|
destroyed() {
|
||||||
bus.$off("emojiSuggestions:key", this.KeySwitch);
|
bus.$off("emojiSuggestions:key", this.KeySwitch);
|
||||||
|
this.$store.dispatch("setEmojiArray", null);
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
emojiParser(emoji) {
|
emojiParser(emoji) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue