make new emoji module in vuex, add funcionality for grouping emojis

This commit is contained in:
Milos Holba
2021-02-02 16:10:16 +01:00
parent ba5e05f77a
commit e65acd8a4f
8 changed files with 14231 additions and 36935 deletions

View File

@@ -56,7 +56,7 @@
if(this.setFolderIcon){
return this.setFolderIcon.emoji
? this.$transferSingleTwemoji(this.setFolderIcon.emoji.char, false)
? this.$transferSingleTwemoji(this.setFolderIcon.emoji, false)
: this.$nextTick(() => {
this.$refs.folderIcon.firstElementChild.style.fill = `${this.setFolderIcon.color}`
})