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 the dragEl.
Expected behavior
A duplicate CSS ID should not be created.
Information
Easy to fix -- will submit a PR.
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...
cloneElelement created within the_onDragStartfunction 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.