dash14 / v-network-graph

An interactive network graph visualization component for Vue 3
https://dash14.github.io/v-network-graph/
MIT License
495 stars 44 forks source link

view:click event stops working after view:contextmenu #47

Closed violent-boomerang closed 2 years ago

violent-boomerang commented 2 years ago

Hello! Using the capture all events example I can see the view:click and view:dblclick events work. Then if I do a right click/long press on the view I can see view:contextmenu event work. But after that both view:click and view:dblclick are not fired anymore.

Thank you and Best Regards

dash14 commented 2 years ago

Hi @violent-boomerang, This issue was not seen in touch emulation using a PC browser, but could be reproduced on an actual mobile device. Thank you so much for your report. It is now fixed and released, so please check it out. (v0.5.8)

Best Regards

violent-boomerang commented 2 years ago

great, fixed. Thank you very much!