Skip to content

Commit 13215d5

Browse files
committed
fix: double-click change in INFORMATION tab does not switch to CHANGES tab
Signed-off-by: leo <[email protected]>
1 parent a7fc8ef commit 13215d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ViewModels/CommitDetail.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ public int ActivePageIndex
2424
_repo.CommitDetailActivePageIndex = value;
2525
else
2626
_activePageIndex = value;
27+
28+
OnPropertyChanged();
2729
}
2830
}
2931

0 commit comments

Comments
 (0)