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

Small naming bug in mousemove event listener #10

Closed
biernacki opened this issue Nov 5, 2018 · 2 comments
Closed

Small naming bug in mousemove event listener #10

biernacki opened this issue Nov 5, 2018 · 2 comments

Comments

@biernacki
Copy link

In the current implementation there is a small bug regarding the mousemove event handler - this.handleMouseMoveRaf doesn't exist, it should be this.handleMouseMove

https://github.com/drcmda/react-with-gesture/blob/master/src/index.js#L41

@drcmda
Copy link
Member

drcmda commented Nov 5, 2018

Oops, saw it, thanks - i'll take care of it after cleaning up the useGesture code duplication.

@biernacki
Copy link
Author

@drcmda you're quick 👍

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

No branches or pull requests

2 participants