add more timeouts

pull/83/head
Aevann1 2022-12-20 00:18:32 +02:00
parent 32bc631648
commit 020913f50c
2 changed files with 6 additions and 0 deletions

View File

@ -581,4 +581,7 @@ document.getElementById('emojiModal').addEventListener('shown.bs.modal', functio
setTimeout(() => {
emojiSearchBarDOM.focus();
}, 200);
setTimeout(() => {
emojiSearchBarDOM.focus();
}, 1000);
});

View File

@ -88,4 +88,7 @@ document.getElementById('gifModal').addEventListener('shown.bs.modal', function
setTimeout(() => {
gifSearchBar.focus();
}, 200);
setTimeout(() => {
gifSearchBar.focus();
}, 1000);
});