mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-07 13:39:12 +08:00
Sort Custom Emoji Packs by Name
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)
|
||||
}
|
||||
})
|
||||
return sortedEmojiGroups
|
||||
return new Map([...sortedEmojiGroups.entries()].sort())
|
||||
},
|
||||
emojisView () {
|
||||
if (this.keyword === '') {
|
||||
|
|
Loading…
Reference in a new issue