Skip to content

Conversation

@irondog529
Copy link

#188

$(document).off('mousemove');
$(document).off('mouseup');

Doing this will remove all "mousemove" and "mouseup" event handlers. So the mouseup event would not fire correctly and the drag event would not finish cleanly. Made changes to use event namespacing so we can specifically remove the correct handlers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant