You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll have a look, but in the meantime, if you're in a hurry and need that behavior, please consider replacing in the given example drop.appendChild(origin) with drop.appendChild(origin.cloneNode(true)) at here https://github.com/Juicy/juicy-draggable/blob/master/index.html#L104 .
Both operations - Drag and drop me and Drag and drop my copy are working in same manner in the example provided http://juicy.github.io/juicy-draggable/
Could you please confirm whether it works expected or is it a bug??
The text was updated successfully, but these errors were encountered: