Merge pull request #325 from gadfly3173/fix/commit-staged

fix: clean SelectedStaged after commit
This commit is contained in:
leo 2024-08-06 14:33:01 +08:00 committed by GitHub
commit fe0e969f0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1270,6 +1270,7 @@ namespace SourceGit.ViewModels
{
if (succ)
{
SelectedStaged = [];
CommitMessage = string.Empty;
UseAmend = false;