From 5c66a12b0f86c67dfdc1a0617aa094b06618cd77 Mon Sep 17 00:00:00 2001 From: gramps Date: Tue, 14 Jul 2026 14:21:29 -0700 Subject: [PATCH] remove _userScrolledAway guard from oldes mode; keep rAF scroll --- templates/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 1464f50..2383bc0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1663,7 +1663,6 @@ function scrollToLatest() { if (_userScrolledAway) return; c.scrollTop = 0; } else { - if (_userScrolledAway) return; requestAnimationFrame(() => { const cc = document.getElementById('chatContainer'); if (cc) cc.scrollTop = cc.scrollHeight;