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

Ignore propagation on elements with interaction #170

Merged
merged 3 commits into from Aug 30, 2015
Merged

Ignore propagation on elements with interaction #170

merged 3 commits into from Aug 30, 2015

Conversation

Anaphase
Copy link
Collaborator

Instead of simply stopping propagation on events that originate on elements matched by elementsWithInteraction, let the event bubble up and just ignore it in handleStart(). This way, things that listen to the events further down the chain can actually use the event!

Anaphase added a commit that referenced this pull request Aug 30, 2015
Passes through events that begin on elementsWithInteraction instead of stoping propagation completely
@Anaphase Anaphase merged commit 2598927 into briangonzalez:master Aug 30, 2015
@Anaphase Anaphase deleted the ignore-propagation branch August 30, 2015 23:31
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.

1 participant