pull/232/head
Aevann 2024-07-24 02:38:00 +03:00
parent e9720394ef
commit 9c618b5d59
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)
}, 10); }, 20);
} }
} }