You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.
Calling scrollToTop or scrollTo(x,y) while the list is still scrolling does nothing. Second call to the function will execute the scroll. If you wait for the list to stop scrolling on it's own then it works as expected.
Expected Behaviour:
If ScrollToTop or ScrollTo(x,y) is called while the list is scrolling. scrolling stops and list scrolls to the selected target.
The text was updated successfully, but these errors were encountered:
Actually on further testing the first time I press the scroll to top button it will stop the current scroll action, if I push it again it will then scroll to top. What it should do is stop any in progress scroll and then scroll to top or whatever dimensions are requested with scroll to.
Problem:
Calling scrollToTop or scrollTo(x,y) while the list is still scrolling does nothing. Second call to the function will execute the scroll. If you wait for the list to stop scrolling on it's own then it works as expected.
Expected Behaviour:
If ScrollToTop or ScrollTo(x,y) is called while the list is scrolling. scrolling stops and list scrolls to the selected target.
The text was updated successfully, but these errors were encountered: