mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08: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;
|
FullMessage = string.Empty;
|
||||||
VisibleChanges = null;
|
VisibleChanges = null;
|
||||||
SelectedChanges = null;
|
SelectedChanges = null;
|
||||||
|
ViewRevisionFileContent = null;
|
||||||
|
|
||||||
if (_commit == null)
|
if (_commit == null)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue