mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-22 05:40:43 +08:00
Merge pull request #325 from gadfly3173/fix/commit-staged
fix: clean SelectedStaged after commit
This commit is contained in:
@@ -1270,6 +1270,7 @@ namespace SourceGit.ViewModels
|
||||
{
|
||||
if (succ)
|
||||
{
|
||||
SelectedStaged = [];
|
||||
CommitMessage = string.Empty;
|
||||
UseAmend = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user