emoji picker

main
alexanderroese 2024-07-16 23:15:33 +02:00
parent e9ec73432d
commit 462a6dfefa
1 changed files with 2 additions and 0 deletions

View File

@ -417,6 +417,8 @@
}
function onClickEmojiPickerButton() {
if (document.getElementsByClassName("shx-emoji-picker-popup")[0].childNodes.length > 0) return
const emojiPicker = document.createElement("emoji-picker");
emojiPicker.classList = "light";
emojiPicker.style.width = "100%";