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

Double click problem #240

Open
sinandirlik opened this issue Jan 15, 2019 · 0 comments
Open

Double click problem #240

sinandirlik opened this issue Jan 15, 2019 · 0 comments

Comments

@sinandirlik
Copy link

On 'mouseup' listener, there is not any timeout for one click hence double click can never be invoked.
I'm talking about this page :
https://github.com/anvaka/VivaGraphJS/blob/master/src/WebGL/webglInputEvents.js

I think there should be a 400msec timeout for one click, if another click happens then double click will be invoked, in other case one click will be invoked.

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

No branches or pull requests

1 participant