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

changed event.currentTarget back to event.target for ontouchEnd logic #3432

Merged
merged 1 commit into from
Feb 18, 2019

Conversation

gwyneplaine
Copy link
Collaborator

Regression added as part of #3350.
Logic change toe assert on currentTarget as a part of a flow refactor.
In this case event.target is the correct property to assert on due to the assertion being carried out
on an eventListener attached to the document.

See comments in code for details.

@karlingen
Copy link

karlingen commented Jun 10, 2019

This unfortunately introduced this issue: #3607

@karlingen
Copy link

And I've created a PR to fix the issue! @gwyneplaine
PR: #3617

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.

2 participants