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
|
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…
Reference in a new issue