fix(web-ui): snap chat to bottom instantly on pane tab re-activation (#565)
* fix(web-ui): snap chat to bottom instantly on pane tab re-activation Dockview hides inactive tab panels with display:none, so a re-shown pane loses its scroll position and the ResizeObserver-triggered redraw catches up through the smooth-scroll path (.chat-scroll has scroll-behavior: smooth), visibly animating to the bottom. Re-activating an already-loaded pane now resyncs density (a hidden pane measured 0x0) and redraws with forceScroll, which snaps with scroll-behavior:auto. * ci: retrigger checks after GitHub outage --------- Co-authored-by: Josh France <josh@ycombinator.com>
J
Joshua France committed
4930d6028e023619805dc15686bc1175783c3dcd
Parent: f5620fe
Committed by GitHub <noreply@github.com>
on 8/17/2026, 7:48:59 PM