remove _userScrolledAway guard from oldes mode; keep rAF scroll

This commit is contained in:
gramps
2026-07-14 14:21:29 -07:00
parent 8ec4dae062
commit 5c66a12b0f
-1
View File
@@ -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;