mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08: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)
|
if (succ)
|
||||||
{
|
{
|
||||||
|
SelectedStaged = [];
|
||||||
CommitMessage = string.Empty;
|
CommitMessage = string.Empty;
|
||||||
UseAmend = false;
|
UseAmend = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue