remove emoji cdn

This commit is contained in:
_Bastler 2022-01-03 13:10:15 +01:00
parent abf6d94082
commit be6d7c7151

View File

@ -18,7 +18,7 @@
}, },
emojisPerRow: isMobile() ? 6 : 8, emojisPerRow: isMobile() ? 6 : 8,
autoFocusSearch: false, autoFocusSearch: false,
style: "twemoji", style: "native",
}); });
//the timeout is here to prevent the menu from flashing //the timeout is here to prevent the menu from flashing
setTimeout(() => picker.showPicker(emojiContainer), 100); setTimeout(() => picker.showPicker(emojiContainer), 100);