logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 169f71c006af4e409a72d84c115106e65ded01dd
parent 2c7f78a29fd040a655c74951c2d1919e736ce133
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Mon, 22 Jul 2024 19:53:06 +0000

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


Diffstat:

Msrc/components/emoji_picker/emoji_picker.js4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/components/emoji_picker/emoji_picker.js b/src/components/emoji_picker/emoji_picker.js @@ -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 () {