enhance: clear last view revision file info after commit changed

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-06-17 14:12:00 +08:00
parent efa6e46471
commit df7375313e
No known key found for this signature in database

View file

@ -570,6 +570,8 @@ namespace SourceGit.ViewModels
SignInfo = null; SignInfo = null;
ViewRevisionFileContent = null; ViewRevisionFileContent = null;
ViewRevisionFilePath = string.Empty;
CanOpenRevisionFileWithDefaultEditor = false;
Children = null; Children = null;
RevisionFileSearchFilter = string.Empty; RevisionFileSearchFilter = string.Empty;
RevisionFileSearchSuggestion = null; RevisionFileSearchSuggestion = null;