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

Make Handle component propagate onBlur, onMouseDown and onKeyDown events #605

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonpacker
Copy link

Currently if passing these event handler to a Handle component in a custom handle, they will be swallowed by Handle's internal event handlers. This PR simply propagates the events to the passed event handler if they exist.

@jonpacker
Copy link
Author

Not sure what the best way to resolve the linter error is here. It's misleading to put these props on the propTypes because the component itself doesn't do anything with them.

@afc163
Copy link
Member

afc163 commented Dec 6, 2019

ci broken, please check it.

@yoyo837
Copy link
Member

yoyo837 commented Apr 15, 2023

Rebase please.

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

3 participants