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: invalidate width caches on same-length list mutation
Length-keyed width caches missed same-length content swaps (e.g. a
file rename or commit-summary edit), leaving the right-scroll bound
clamped to the old longest entry. Route every list mutation through
set_files/set_commits/set_commit_files helpers that clear the cache
on every assignment.
0 commit comments