From ce6f125e0ee2a13c906d9214fd49c4c13a761180 Mon Sep 17 00:00:00 2001 From: Laura Date: Sun, 10 Aug 2025 22:36:15 +0200 Subject: [PATCH] tweak --- static/js/chat.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/js/chat.js b/static/js/chat.js index 1eca2cd..b797f15 100644 --- a/static/js/chat.js +++ b/static/js/chat.js @@ -483,6 +483,9 @@ ); scroll(true); + + // small fix, sometimes when hard reloading we don't scroll all the way + setTimeout(scroll, 250, true); } function pushMessage() {