vue-drag-resize-rotate icon indicating copy to clipboard operation
vue-drag-resize-rotate copied to clipboard

Nested Draggability issue

Open Nehasoni988 opened this issue 3 years ago • 0 comments

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

Nehasoni988 avatar May 10 '21 10:05 Nehasoni988