Fix scrolling issue when adding new row

This commit is contained in:
Andrew Kingston 2024-06-28 08:27:02 +01:00
parent 5d06a53d37
commit 82f8858c29
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,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,