We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
howler.js:308 [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive.
[See] https://www.chromestatus.com/features/5093566007214080. Is it necessary to modify related code to be like this?
if (e.cancelable) { if (!e.defaultPrevented) { e.preventDefault(); } }
The text was updated successfully, but these errors were encountered:
Remove unnecessary preventDefault in unlock to fix Chrome issues
d0e52e9
Fixes #1003 #1011 #1025 #1026
Thanks, this has now been fixed and I'll get a v2.0.15 out soon.
Sorry, something went wrong.
30623fc
Fixes goldfire#1003 goldfire#1011 goldfire#1025 goldfire#1026
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
[See] https://www.chromestatus.com/features/5093566007214080.
Is it necessary to modify related code to be like this?
if (e.cancelable) { if (!e.defaultPrevented) { e.preventDefault(); } }
The text was updated successfully, but these errors were encountered: