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

Pointer up event listener conflicts with on_click #49

Closed
jrmoulton opened this issue Jun 1, 2023 · 0 comments
Closed

Pointer up event listener conflicts with on_click #49

jrmoulton opened this issue Jun 1, 2023 · 0 comments

Comments

@jrmoulton
Copy link
Contributor

Having an on_click handler overrides a pointer_up event listener. This makes sense I guess because a click event does happen on pointer up but it isn't clear that setting an on_click handler and a handler on pointer_up should override each other. For consistency it might make sense to just have a the pointer_up event and remove the on_click handler

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

1 participant