Image scrolling on selection (V2) #1184
Replies: 1 comment
-
Duplicate of #1182. |
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
-
I am migrating our cropper implementation to the V2 cropper. however I am running into an issue with the scrolling and the way this is handled.
resize and move on the selection are disabled, however the scroll event is still getting caught up by the selection. I want this scroll to end up with the image instead. (normal scroll behaviour when your mouse cursor is not in the selection box.)
is there a good way to do this?
Beta Was this translation helpful? Give feedback.
All reactions