Fix scrolling issue when adding new row
This commit is contained in:
parent
5d06a53d37
commit
82f8858c29
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue