fix: clean SelectedStaged after commit

This commit is contained in:
Gadfly 2024-08-06 14:23:47 +08:00
parent 15661037cd
commit 519d9c770c
No known key found for this signature in database

View file

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