Skip to content

Loading…

`node.unlisten` removes native event listeners too often #1988

Closed
azakus opened this Issue · 0 comments

1 participant

@azakus
Owner

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.

@azakus azakus self-assigned this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.