more scrolling

pull/90/head
Aevann 2023-01-22 07:33:26 +02:00
parent f762695300
commit 47b7c0c23d
1 changed files with 6 additions and 0 deletions

View File

@ -296,6 +296,12 @@ document.onpaste = function(event) {
}
box.scrollTo(0, box.scrollHeight)
setTimeout(function () {
box.scrollTo(0, box.scrollHeight)
}, 200);
setTimeout(function () {
box.scrollTo(0, box.scrollHeight)
}, 500);
window.addEventListener('load', function () {
box.scrollTo(0, box.scrollHeight)
});