This commit is contained in:
Tusooa Zhu 2021-08-15 00:53:57 -04:00
parent 123913f34f
commit 90f757cc6d
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@ const filterByKeyword = (list, keyword = '') => {
return orderedEmojiList.flat()
}
const packOf = emoji => (emoji.tags.filter(k => k.startsWith('pack:'))[0] || '').slice(5)
const EmojiPicker = {
props: {
enableStickerPicker: {