same as last commit

pull/90/head
Aevann 2023-01-21 13:41:11 +02:00
parent c6bc8752c8
commit e4156607ea
1 changed files with 3 additions and 0 deletions

View File

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