Skip to content

Commit

Permalink
Merge pull request #14044 from Budibase/table-scroll-fix
Browse files Browse the repository at this point in the history
Fix weird behaviour when adding rows if you have multiple pages of data
  • Loading branch information
aptkingston authored Jun 28, 2024
2 parents 26b4288 + d226e65 commit 2950cdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2950cdc

Please sign in to comment.