Edges Vertex getting hided

Hi,

If i draw the link between two nodes and end up my drawing to the port it works fine.

And if i end up the link drawing to middle of node my “end vertex is not visible”.

Thanks

It appears that the toSpot is go.Spot.Right, which causes the link to route around and back to that left port. Since links are in a Layer behind the nodes, that piece of the path cannot be seen.

You want the toSpot for ports on the left side of nodes to be Spot.Left.