Clean up code

This commit is contained in:
tusooa 2023-01-02 14:01:56 -05:00
commit 47af5419b1
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
2 changed files with 4 additions and 11 deletions

View file

@ -192,13 +192,9 @@ const EmojiPicker = {
setScroll(right + margin - headerCont.clientWidth)
}
},
highlight (index) {
highlight (groupId) {
this.setShowStickers(false)
const item = this.filteredEmojiGroups[index]
if (!item) {
return
}
const indexInList = this.emojiItems.findIndex(k => k.id === item.id)
const indexInList = this.emojiItems.findIndex(k => k.id === groupId)
this.$refs['emoji-groups'].scrollToItem(indexInList)
},
updateScrolledClass (target) {
@ -261,9 +257,6 @@ const EmojiPicker = {
this.filteredEmojiGroups = this.getFilteredEmojiGroups()
}
},
mounted () {
this.recalculateItemPerRow()
},
computed: {
minItemSize () {
return this.emojiHeight