Hi,
I am trying to add connectors to nodes at runtime. When I place a new node on the canvas, I want it to automatically create a connector to the previous node that was placed. I have successfully done this, however there is a problem.
When the I drag the newly placed node, the connector doesn't attach but if I move the previous node first, the connector works as expected. Is this a bug in my implementation or in the software itself?
Thank you