This commit is contained in:
Aevann1 2021-12-20 23:23:09 +02:00
parent 2eba69c90c
commit 2085de19b1
2 changed files with 3 additions and 3 deletions

View file

@ -860,8 +860,8 @@ function loadEmojis(form) {
let search_bar = document.getElementById("emoji_search");
let search_container = document.getElementById('emoji-tab-search')
let container = document.getElementById(EMOJI_BOX_ID)
container.setAttribute(EMOJI_FORM_DESTINATION_ATTR, form)
let fav = document.getElementById(EMOJI_BOX_ID)
fav.setAttribute(EMOJI_FORM_DESTINATION_ATTR, form)
const commentBox = document.getElementById(form);
commentBox.setAttribute(TEXTAREA_POS_ATTR, commentBox.selectionStart);