mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
Merge pull request #325 from gadfly3173/fix/commit-staged
fix: clean SelectedStaged after commit
This commit is contained in:
commit
fe0e969f0d
1 changed files with 1 additions and 0 deletions
|
@ -1270,6 +1270,7 @@ namespace SourceGit.ViewModels
|
|||
{
|
||||
if (succ)
|
||||
{
|
||||
SelectedStaged = [];
|
||||
CommitMessage = string.Empty;
|
||||
UseAmend = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue