react-draggable icon indicating copy to clipboard operation
react-draggable copied to clipboard

Drag and drop a copy of component

Open anthonycoded opened this issue 3 years ago • 0 comments
trafficstars

I would like to drag a component and drop a copy of a component. So if I started with one draggable component and drag/dropped it into a box, there should now be 2 components, 1 out and 1 in the box. if I drag the original component again there should now 1 original outside and 2 copy in the box. How to implement this feature?

anthonycoded avatar Jan 27 '22 21:01 anthonycoded