mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-30 00:24:59 +00:00
fix: update visible staged changes retrieval in WorkingCopy (#1187)
* doc: Update translation status and missing keys * fix: update visible staged changes retrieval in WorkingCopy * fix: prevent unintended amend behavior when changing current branch --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
7d20f97f4e
commit
3b1018e0e2
3 changed files with 48 additions and 11 deletions
|
@ -94,6 +94,7 @@ namespace SourceGit.ViewModels
|
|||
}
|
||||
|
||||
Staged = GetStagedChanges();
|
||||
VisibleStaged = GetVisibleChanges(_staged);
|
||||
SelectedStaged = [];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue