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

appearance-tab
HJ 2 months ago
parent 2c7f78a29f
commit 169f71c006

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

Loading…
Cancel
Save