vue-drag-resize-rotate
vue-drag-resize-rotate copied to clipboard
Nested Draggability issue
Hey, I am using a draggable component vue-resizable and inside this, I am using Vue-drag-and-rotate component.
The problem I am facing is when I drag the child element the parent element is also dragging up. Is there any way in this package, that if the parent is also draggable then on child's drag, the parent should not affect, something like event propagation?
I have created the demo here- https://codesandbox.io/s/resizability-issue-ict1l
@minogin