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
{{ message }}
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.
I am using this library along with dragabble/droppable from jQuery. After using the zoom plugin, the draggable becomes unusable. I think it is because of this line:
document.ondragstart = function () { return false; }; // allow to remove browser default drag behaviour
The destroy method does not re-set the document.ondragstart to it's original value. Is this intended?
The text was updated successfully, but these errors were encountered:
Hello,
I am using this library along with dragabble/droppable from jQuery. After using the zoom plugin, the draggable becomes unusable. I think it is because of this line:
The destroy method does not re-set the document.ondragstart to it's original value. Is this intended?
The text was updated successfully, but these errors were encountered: