Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
2c7f78a29f
commit
169f71c006
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue