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

Bug: IE11 mouseup events #163

Closed
michaelfarrelly opened this issue Feb 17, 2021 · 1 comment
Closed

Bug: IE11 mouseup events #163

michaelfarrelly opened this issue Feb 17, 2021 · 1 comment

Comments

@michaelfarrelly
Copy link

IE11 mouse up events are not removed fully, related to older issue #58:

https://github.com/jaames/iro.js/blob/master/src/ComponentWrapper.tsx#L95

Recommend change from MDN:
from: document.removeEventListener(event, this);
to: document.removeEventListener(event, this, { passive: false });

This matches the addEventListener options.

@jaames
Copy link
Owner

jaames commented Feb 18, 2021

good catch! should be fixed in the next release (5.3.2)

@jaames jaames closed this as completed Feb 18, 2021
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

2 participants