vue-virtual-scroll-list
vue-virtual-scroll-list copied to clipboard
How to "wait" for scrollToIndex to finish?
- I have a button outside the virtual list
- When I click on this button, it will scroll to a random index in the list
- How do I wait for scrollToIndex from the previous click of my button to finish before I click again?