Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bug fix in #1642 to also reset isScrolling #1648

Conversation

yamadapc
Copy link
Collaborator

After further testing, I've found that after handleWindowScrollEvent
is called we also need to force the isScrolling state variable to turn
back to false (otherwise there might be issues with rendering rows that
depend on isScrolling).

After further testing, I've found that after `handleWindowScrollEvent`
is called we also need to force the `isScrolling` state variable to turn
back to false (otherwise there might be issues with rendering rows that
depend on `isScrolling`).
@yamadapc yamadapc merged commit f8769f1 into bvaughn:master Apr 19, 2021
@yamadapc yamadapc deleted the issue/fix-reset-is-scrolling-after-handleWindowScrollEvent branch April 19, 2021 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants