mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 18:35:00 +00:00
fix: update visible staged changes retrieval in WorkingCopy
This commit is contained in:
parent
746e765ad5
commit
b9e8ab7345
1 changed files with 1 additions and 0 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