fix(desktop): honor upward wheel scroll in long threads

This commit is contained in:
Fermin Quant
2026-06-03 05:54:49 -07:00
committed by teknium1
parent 3aa24e2619
commit c930a49ce9
2 changed files with 35 additions and 0 deletions
@@ -237,6 +237,7 @@ function useThreadScrollAnchor({ enabled, groupCount, scrollerRef, sessionKey, v
const disarm = () => {
armedRef.current = false
programmaticScrollPendingRef.current = 0
}
const onScroll = () => {