smartJQueryZoom icon indicating copy to clipboard operation
smartJQueryZoom copied to clipboard

Collision with draggable items

Open alemangui opened this issue 10 years ago • 1 comments

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:

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?

alemangui avatar Jan 07 '15 14:01 alemangui

Had the same problem. Without the line smartzoom still works on mobiles together with draggables.

vienom avatar Feb 18 '16 12:02 vienom