We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa6e46 commit df73753Copy full SHA for df73753
src/ViewModels/CommitDetail.cs
@@ -570,6 +570,8 @@ private void Refresh()
570
571
SignInfo = null;
572
ViewRevisionFileContent = null;
573
+ ViewRevisionFilePath = string.Empty;
574
+ CanOpenRevisionFileWithDefaultEditor = false;
575
Children = null;
576
RevisionFileSearchFilter = string.Empty;
577
RevisionFileSearchSuggestion = null;
0 commit comments