You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: