AshesOfOwls / jquery.shapeshift

A dynamic grid system with drag and drop functionality.
http://ashesofowls.github.com/jquery.shapeshift/
MIT License
1.67k stars 311 forks source link

Re-dragging into the parent div should be allowed #120

Open saifuddin778 opened 9 years ago

saifuddin778 commented 9 years ago

Suppose we drag a child out of the parent div whose enableCrossDrop is set to true, to any other div. If we want to drag the same child back into the parent div, it doesn't accepts it. Is there a way to let the parent div accept only its child in, if dragged back into?

Many thanks.. :-)