Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
HJ 2024-07-22 19:53:06 +00:00
parent 2c7f78a29f
commit 169f71c006

View file

@ -298,10 +298,6 @@ const EmojiPicker = {
return this.emojiSize
},
itemPerRow () {
console.log(
this.emojiSize,
this.width
)
return this.width ? Math.floor(this.width / this.emojiSize) : 6
},
activeGroupView () {