mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 10:25:00 +00:00
enhance: clear last view revision file info after commit changed
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
efa6e46471
commit
df7375313e
1 changed files with 2 additions and 0 deletions
|
@ -570,6 +570,8 @@ namespace SourceGit.ViewModels
|
|||
|
||||
SignInfo = null;
|
||||
ViewRevisionFileContent = null;
|
||||
ViewRevisionFilePath = string.Empty;
|
||||
CanOpenRevisionFileWithDefaultEditor = false;
|
||||
Children = null;
|
||||
RevisionFileSearchFilter = string.Empty;
|
||||
RevisionFileSearchSuggestion = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue