Skip to content

Commit

Permalink
fix: show loader properly when invalidating after reaching end of page
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Jan 8, 2025
1 parent 3abcd5f commit 0ff436c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/NavMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
// reset p to 0 if there's only one page of content
// that would be caused by a data loading invalidation
p = 0;
hasMore = true;
}
</script>

Expand Down

0 comments on commit 0ff436c

Please sign in to comment.