forked from rDrama/rDrama
1
0
Fork 0

scroll chat earlier

master
Aevann 2023-01-22 07:17:25 +02:00
parent 83b0f1ebf5
commit 31fc180cc8
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ document.onpaste = function(event) {
}
}
box.scrollTo(0, box.scrollHeight)
window.addEventListener('load', function () {
box.scrollTo(0, box.scrollHeight)
});