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

Fix “Unable to preventDefault” error #52

Open
ausi opened this issue Aug 3, 2023 · 0 comments
Open

Fix “Unable to preventDefault” error #52

ausi opened this issue Aug 3, 2023 · 0 comments
Assignees
Labels

Comments

@ausi
Copy link
Member

ausi commented Aug 3, 2023

Chrome currently shows the error Unable to preventDefault inside passive event listener due to target being treated as passive. for touch events because they are passive by default.

We might be able to switch to passive touch events by using touch-action: pan-y; depending on the slider configuration.

@ausi ausi added the bug label Aug 3, 2023
@ausi ausi self-assigned this Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant