Browse Source
When a virtualized list was scrolled to the bottom and then the list was measured with a size larger than needed to fit all items (in this case we use infinity) then the virtualizer tries to go backwards to add items at the top of the currently visible items by setting `step = -1`; however it didn't check whether the current index was < 0. Fixes #589.pull/612/head
2 changed files with 22 additions and 1 deletions
Loading…
Reference in new issue