Sort Custom Emoji Packs by Name
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
David 2022-08-02 15:08:12 -07:00
parent 8c58cb4033
commit 368572fbd0

View file

@ -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 === '') {