delowardev / vue3-emoji-picker

Simple and Powerful Emoji Picker for Vue3
https://codesandbox.io/p/github/delowardev/vue3-emoji-picker/main?file=%2FREADME.md
MIT License
171 stars 34 forks source link

Fix custom names with group ordering #36

Closed maarteNNNN closed 1 year ago

maarteNNNN commented 1 year ago

@delowardev This extends the previous PR. While testing this out on our end I think due to store not being reactive I hadn't spotted this bug. However while adding an additional group and also sorting that custom group it was displaying it twice. This PR patches that. image