We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f1a2d commit b014f46Copy full SHA for b014f46
src/Layout/Concerns/WithScroll.php
@@ -62,7 +62,7 @@ public function clear(): void
62
63
public function getScrollPage(): ?int
64
{
65
- return $this->getPage();
+ return $this->getPage(pageName: $this->getScrollPageName());
66
}
67
68
public function hasMorePages(): bool
0 commit comments