scottdurow / power-drag-drop

MIT License
131 stars 28 forks source link

Disable drop zone #4

Open scottdurow opened 1 year ago

scottdurow commented 1 year ago

When a drop zone control is marked as disabled, prevent items from being dragged or dropped.

scottdurow commented 1 year ago

This is challenging since the disabled property is on each individual drop zone, however, the disabled property only exists on the master sortable. I think the best approach would be to add a class to the drop zone that is then detected in the events of the master drop zone to prevent dropping/dragging from disabled zones.