addition to scroll_chat

pull/90/head
Aevann 2023-01-21 13:13:35 +02:00
parent b49cc69108
commit 919865cc51
1 changed files with 3 additions and 0 deletions

View File

@ -281,6 +281,9 @@ function scroll_chat() {
setTimeout(function () {
box.scrollTo(0, box.scrollHeight)
}, 1000);
setTimeout(function () {
box.scrollTo(0, box.scrollHeight)
}, 1500);
}
scroll_chat();