master
Aevann 2024-07-24 02:36:13 +03:00
parent 6afb5ddcdc
commit e9720394ef
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ function quote(t) {
box.scrollTo(0, box.scrollHeight) box.scrollTo(0, box.scrollHeight)
setTimeout(function() { setTimeout(function() {
box.scrollTo(0, box.scrollHeight) box.scrollTo(0, box.scrollHeight)
}, 5); }, 10);
} }
} }