Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Collision with draggable items #21

Open
alemangui opened this issue Jan 7, 2015 · 1 comment
Open

Collision with draggable items #21

alemangui opened this issue Jan 7, 2015 · 1 comment

Comments

@alemangui
Copy link

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?

@vienom
Copy link

vienom commented Feb 18, 2016

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants