kutlugsahin / smooth-dnd

drag and drop library for javascript
MIT License
599 stars 147 forks source link

Override handleDrop for when the containers are not "compatible" or "too different" #45

Open masbaehr opened 5 years ago

masbaehr commented 5 years ago

Hi i'm trying to drop items from one container to another (using the same groupname and "copy" as behaviour)

However it fails:

image

I'd like to handle it my self since this "drag and drop" action will have to be done by a server-side method anyway. Thanks for this nice library!