mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 01:12:14 +00:00
make new emoji module in vuex, add funcionality for grouping emojis
This commit is contained in:
@@ -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}`
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user