We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c047ac2 + 840f9ae commit 8e8a107Copy full SHA for 8e8a107
1 file changed
src/Sortable.js
@@ -924,7 +924,7 @@ Sortable.prototype = /** @lends Sortable.prototype */ {
924
pluginEvent('setupClone', this);
925
if (!Sortable.eventCanceled) {
926
cloneEl = clone(dragEl);
927
-
+ cloneEl.removeAttribute("id");
928
cloneEl.draggable = false;
929
cloneEl.style['will-change'] = '';
930
0 commit comments