Hide visible ports

Hi,

In the FlowCharter Example I found a nice snippet that shows the node’s ports when the mouse hovers the node.
In the example, it is mentioned that the port will be hidden when the mouse hovers over the background:

“All ports on all nodes are hidden when the mouse hovers over the background.”

But I cannot find this piece of code for doing that. Is there any snippet with an example?

Thanks in advance,

Fridi

GraphView.cs/vb, method OnBackgroundHover

Perfect! Thank you very much! Smile