Closed Tyler-Maclachlan closed 5 years ago
hi @Tyler-Maclachlan, thanks for reporting this one!
curious, could you share an example that reproduces the bug? if you can make the example by modifying one of the existing examples, that would be most helpful!
https://github.com/visjs-community/visjs-network/tree/master/examples
Hi @micahstubbs,
So it seems if I hover the edge and go straight from the edge to the node then the node hover works. If I try hover a node without first hovering a connected edge it does not work.
Here is a link to jsbin using the Basic Usage example: bin
I wasn't 100% sure how to get a cdn for vis-network working.
Hi @micahstubbs,
I have submitted a PR that fixes this issue and adds the functionality for #65 that I need.
Having my interaction options set as
lets me hover nodes, but it hovers the edges as well.
Setting it to:
Causes node and edge hover to stop.