
Loading…
`node.unlisten` removes native event listeners too often #1988
Owner
azakus
commented
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.