vue-drag-drop icon indicating copy to clipboard operation
vue-drag-drop copied to clipboard

Stop event propagation when starting drag in order to support nested drag elements

Open mrwatts opened this issue 4 years ago • 2 comments

Stop propagation of this event. In case we have nested drag components, we only want to drag the innermost dragged component, not start multiple drags at once (which isn't possible anyway)

mrwatts avatar Feb 11 '21 08:02 mrwatts

Hello, I have the same issue. Can someone review and consider merge mrwatts's request?

dathoangnd avatar Apr 23 '21 08:04 dathoangnd

@dathoangnd what we did is we copied the files in this repo (there are only a few) into our project locally instead of using the package. It's very easy to do and at least you can carry on with your project.

mrwatts avatar Apr 25 '21 11:04 mrwatts