You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like one of the child components already emits a drag event but it doesn't propagate up to the ancestor Cropper instance. My use case is I've drawn buttons in the crop area that let the user quickly adjust the stencil to that location (e.g. over a face). But I cannot distinguish between when the user is clicking vs. dragging (mousedown is eaten by cropper) and so if the user drags an edge while over a button area, I don't know whether it was a click or a drag.
The text was updated successfully, but these errors were encountered:
It looks like one of the child components already emits a
drag
event but it doesn't propagate up to the ancestor Cropper instance. My use case is I've drawn buttons in the crop area that let the user quickly adjust the stencil to that location (e.g. over a face). But I cannot distinguish between when the user is clicking vs. dragging (mousedown is eaten by cropper) and so if the user drags an edge while over a button area, I don't know whether it was a click or a drag.The text was updated successfully, but these errors were encountered: