Fix weird behaviour when adding rows if you have multiple pages of data

This commit is contained in:
Andrew Kingston 2024-06-28 12:54:46 +01:00
parent 26b4288c67
commit d226e65a18
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
// If we don't have a next page then we're at the bottom and can scroll to
// the max available offset
else {
if (!$hasNextPage) {
scroll.update(state => ({
...state,
top: $maxScrollTop,