diff --git a/files/assets/js/chat.js b/files/assets/js/chat.js index 1c152c191..74619e7a9 100644 --- a/files/assets/js/chat.js +++ b/files/assets/js/chat.js @@ -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) });