Skip to content

Commit b014f46

Browse files
authored
Allow setting scroll limits
1 parent 56f1a2d commit b014f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layout/Concerns/WithScroll.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function clear(): void
6262

6363
public function getScrollPage(): ?int
6464
{
65-
return $this->getPage();
65+
return $this->getPage(pageName: $this->getScrollPageName());
6666
}
6767

6868
public function hasMorePages(): bool

0 commit comments

Comments
 (0)