Drag and drop only on specific place

Here is a basic implementation based on DragControls: https://jsfiddle.net/gw6vzeux/

The idea is to use the drag event to check for intersections and the dragEnd event for the placement.

5 Likes