remove console.log
This commit is contained in:
parent
0cffe60abc
commit
0d44129ae3
2 changed files with 0 additions and 5 deletions
|
|
@ -14,10 +14,6 @@ export const customEmojiCategories = computed<string[]>(() => {
|
|||
return markRaw(Array.from(categories));
|
||||
});
|
||||
|
||||
watch(customEmojis, (newVal) => {
|
||||
console.log('new', newVal)
|
||||
});
|
||||
|
||||
stream.on('emojiAdded', emojiData => {
|
||||
customEmojis.value = [ emojiData.emoji, ...customEmojis.value ];
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue