Closed 8enmann closed 7 years ago
When scrolling fast, when I stop, list item click events don't register on the first click or first couple of clicks
Click events are passed to children appropriately
git clone git@github.com:8enmann/scroll-demo.git
npm install && npm start
This is deliberate by default in order to improve the user experience on certain platforms with inertial scrolling. You should be able to turn it off by setting this prop to 0.
Seems to work. Thanks!
What happens
When scrolling fast, when I stop, list item click events don't register on the first click or first couple of clicks
What I expect to happen
Click events are passed to children appropriately
Steps to reproduce
git clone git@github.com:8enmann/scroll-demo.git
npm install && npm start