Skip to content

Commit

Permalink
fix: pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystianKempski committed Dec 11, 2024
1 parent 4bf7e61 commit aaffd77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DagoniteEmpire/Pages/Chat/ChapterThread.razor
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ else
protected override async Task OnInitializedAsync()
{
await AuthorizeEntry();
// PageCount = await GetPageCount();
// PageNum = PageCount;
PageCount = await GetPageCount();
PageNum = PageCount;
await LoadChapter();
handler = async () => await LoadForSelectedCharacter();
_callbackService.OnChange += handler;
Expand Down

0 comments on commit aaffd77

Please sign in to comment.