mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
fix: reset current revision file content when selected commit changed
This commit is contained in:
parent
2078886bc9
commit
eab680ae55
1 changed files with 1 additions and 0 deletions
|
@ -385,6 +385,7 @@ namespace SourceGit.ViewModels
|
|||
FullMessage = string.Empty;
|
||||
VisibleChanges = null;
|
||||
SelectedChanges = null;
|
||||
ViewRevisionFileContent = null;
|
||||
|
||||
if (_commit == null)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue