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(diff): prevent stale fetch responses from showing wrong diff content
Add a generation counter to DiffViewerDialog so that when the user
navigates between files rapidly, only the most recent IPC response
updates the signals. Also guard MonacoDiffEditor setValue calls to
skip redundant updates when the model already holds the correct value.
0 commit comments