svelte-virtual-list
svelte-virtual-list copied to clipboard
Updating items only updates on scroll
Trying to make an infinite scrolling list using this, but when at the bottom and I add more items, the list can't be scrolled further down without first scrolling back up.
When I comment out this line, it works perfectly https://github.com/sveltejs/svelte-virtual-list/blob/01b892967377ef021390c1cbe689246d2c0df063/src/VirtualList.html#L155
+1
hi @UnwrittenFun
as far as I can tell from the virtual-list I've written, this issue has been fixed in the mean time. Can you confirm?
https://svelte.dev/repl/6b3f6543c71f4f2bb579721691ba4261?version=3.20.1
- click "more songs" until list overflows
- scroll to bottom
- click "more songs"
- => the list-height-overflow below should grow and the list beeing able to scroll down to new items