-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
svelte-virtual-list/src/VirtualList.html
Line 155 in 01b8929
if (newStart === start && newEnd === end) return; |
jpodwys
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working