Closed
Description
When a sortable element is picked up (dragged), the "ghost" element created has the same CSS ID in the DOM as the original element.
To Reproduce
Debugging is required to detect this...
- Start gragging an element.
- Notice the
cloneEl
element created within the_onDragStart
function will have the same ID as thedragEl
.
Expected behavior
A duplicate CSS ID should not be created.
Information
Easy to fix -- will submit a PR.
Metadata
Metadata
Assignees
Labels
No labels