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

Remove action handler which was conflicting with tap handling #109

Merged
merged 2 commits into from
Jul 24, 2022

Conversation

ian-craig
Copy link
Collaborator

The card level action handler from the boilerplate card seems to be messing with tap events. It's not clear to me what this action handler is supposed to do, and unfortunately the boilerplate card and custome helpers have very little documentation.

Removing the handler seems to return the behavior to what I'd expect to happen - both tap/touch and mouse click events fire the "click" event on individual elements, and the events bubble up the tree instead of being handled by the parent first.

Fixes #107

@ian-craig
Copy link
Collaborator Author

A lot of the diffs here are just from prettier running and auto-formatting (I'm guessing recent changes which didn't have prettier run on them)

Copy link
Owner

@ikaruswill ikaruswill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks for taking a look at this

@ikaruswill ikaruswill merged commit d805977 into master Jul 24, 2022
@ikaruswill ikaruswill deleted the fix-tap-handling branch July 24, 2022 15:29
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.

Mobile interface touch controls opens details view instead
2 participants