pull/232/head
Aevann 2024-07-24 02:38:57 +03:00
parent 9c618b5d59
commit ef1d5b2e47
1 changed files with 1 additions and 1 deletions

View File

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