fix(Submodule): refresh working copy status after submodule updated

This commit is contained in:
leo 2020-08-06 16:39:10 +08:00
parent 9fceb821ea
commit a86f8cd463

View file

@ -927,6 +927,7 @@ namespace SourceGit.Git {
if (errs != null) { if (errs != null) {
App.RaiseError(errs); App.RaiseError(errs);
} else { } else {
OnWorkingCopyChanged?.Invoke();
OnSubmoduleChanged?.Invoke(); OnSubmoduleChanged?.Invoke();
} }