fix: double-click change in INFORMATION tab does not switch to CHANGES tab

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-07-01 20:19:32 +08:00
parent a7fc8effc2
commit 13215d5c33

View File

@@ -24,6 +24,8 @@ namespace SourceGit.ViewModels
_repo.CommitDetailActivePageIndex = value;
else
_activePageIndex = value;
OnPropertyChanged();
}
}