Shopify / draggable

The JavaScript Drag & Drop library your grandparents warned you about.
https://shopify.github.io/draggable
MIT License
18k stars 1.09k forks source link

Droppable documentation lists wrong class names for dropzones. #610

Open Wiblz opened 5 months ago

Wiblz commented 5 months ago

Droppable classes described in the documentation are incorrect and won't work. Specifically, draggable-droppable--active should be draggable-dropzone--active and draggable-droppable--occupied should be draggable-dropzone--occupied instead.