VivaGraphJS icon indicating copy to clipboard operation
VivaGraphJS copied to clipboard

Double click problem

Open sinandirlik opened this issue 6 years ago • 0 comments
trafficstars

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.

sinandirlik avatar Jan 15 '19 11:01 sinandirlik