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

node.unlisten removes native event listeners too often #1988

Closed
dfreedm opened this issue Jun 30, 2015 · 0 comments
Closed

node.unlisten removes native event listeners too often #1988

dfreedm opened this issue Jun 30, 2015 · 0 comments
Assignees

Comments

@dfreedm
Copy link
Member

dfreedm commented Jun 30, 2015

Native event listeners are removed when a gesture event count reaches 0, but this will break other gesture events that are listening to the same node. Instead, a sum total count should be used to remove native listeners only when all gestures are removed.

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