-
Notifications
You must be signed in to change notification settings - Fork 157
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
preventDefault error: [Chrome] Unable to preventDefault inside passive event listener due to target being treated as passive. #246
Comments
+1 |
The error occurs when we "scroll" with mouse inside the Drop-down |
do you have any ideas how to fix it? |
I actually fixed this by removing all the uses of preventDefault() function in selectric plugin. like @Robb110 |
sounds not cool) |
but solved the problem, I remove only one "preventDefault" in my source |
Is there a fix that keeps the scrolling behavior of preventdefault in tact? |
While using Google Chrome i got an error:
I actually fixed this by removing all the uses of preventDefault() function in selectric plugin.
I don't know why, but it works.
The text was updated successfully, but these errors were encountered: