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.
INFORMATION
CHANGES
1 parent a7fc8ef commit 13215d5Copy full SHA for 13215d5
src/ViewModels/CommitDetail.cs
@@ -24,6 +24,8 @@ public int ActivePageIndex
24
_repo.CommitDetailActivePageIndex = value;
25
else
26
_activePageIndex = value;
27
+
28
+ OnPropertyChanged();
29
}
30
31
0 commit comments