Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mouseup event still in interaction #226

Open
fmassot opened this issue Jul 11, 2012 · 0 comments
Open

mouseup event still in interaction #226

fmassot opened this issue Jul 11, 2012 · 0 comments

Comments

@fmassot
Copy link

fmassot commented Jul 11, 2012

In interaction.js, a callback of a mouseup event is removed:

bean.remove(document.body, 'mouseup', onUp);

But such a callback is never added on a 'mouseup' event as it is now added on a 'click' event (line 92 in interaction.js). Should be like this ?

bean.remove(document.body, 'click', onUp);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant