-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Milestone
Description
Need to test more, but on Chrome right now. if I set hoverBehavior to "hide" it hides the nodes on mouse over and unhides on mouse exit as expected. However, clicking a node produces undesired behavior because as soon the mouse leaves the node after clicking all nodes are shown again.
steps to reproduce
*set hoverBehavior="hide" in config
*click node
*move mouse outside of node
result
*all nodes show again
expected
*only nodes connected to the node that was clicked are shown
NB mouseout without a click should continue as is and show all nodes
This might not be possible?