mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
fix: clean SelectedStaged after commit
This commit is contained in:
parent
15661037cd
commit
519d9c770c
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