[ScrollablePositionedList] Scrollbar drops to bottom for slight downward drag
ankitkapoor2493 opened this issue · 1 comments
ankitkapoor2493 commented
Problem description
Version 0.3.8
Steps to reproduce
- Can use example project
- Set orientation to vertical
- Set initialScrollIndex to last element index
- Scroll upwards using scrollbar and then drag it slight downward.
Expected behavior
- List should be scrolled based on drag intensity.
Actual behavior
- List suddenly jumps to bottom of list.
Environment
- Windows/Macos
Additional details
- Can also be replicated after ScrollTo is used.
lijiankun24 commented
same issue, may I ask if this problem has been solved?