Replies: 1 comment
-
How about setting the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A vanilla example of preventing mouse wheel events from reaching cropperjs canvas:
The magic happens with the third argument to addEventListener, telling it to use capture instead of bubbling.
It would be nice to have a setting for it like
disableMouseWheel
.Beta Was this translation helpful? Give feedback.
All reactions