blurEdge not fired on hoverNode
Firstly, I wanted to tell you that you have done an excellent job with Vis.js. I absolutely love it.
I think I found a bug, let me know if I'm approaching the problem incorrectly. So here is my interaction options:
interaction: { hover: true, hoverConnectedEdges: false, selectConnectedEdges: false }
Based on these settings, what I'm trying to do is separate the selection of an edge and a node. Meaning you can only select an edge or a node, not a group of them.
The issue at hand is that blurEdge is not fired on hoverNode. If I move the cursor straight from an edge to a node, then the hover styles are not removed from the edge.