You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix fullscreen redraw and column drag sticking bugs
- ScrollChanged handler now re-renders on viewport size changes
(ViewportHeightChange/ViewportWidthChange), not just scroll position
changes. Fixes maximize/fullscreen not showing new cells.
- Add safety net in PreviewMouseMove: detect released mouse button
during drag to recover from lost mouse capture caused by visual
tree churn during RedrawAll().
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>