Sort Custom Emoji Packs by Name
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This commit is contained in:
parent
8c58cb4033
commit
368572fbd0
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ const EmojiPicker = {
|
||||||
sortedEmojiGroups.get(emoji.tags[0]).push(emoji)
|
sortedEmojiGroups.get(emoji.tags[0]).push(emoji)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
return sortedEmojiGroups
|
return new Map([...sortedEmojiGroups.entries()].sort())
|
||||||
},
|
},
|
||||||
emojisView () {
|
emojisView () {
|
||||||
if (this.keyword === '') {
|
if (this.keyword === '') {
|
||||||
|
|
Loading…
Reference in a new issue