Hi.
I want to add two connected connectors when I drag and drop a node from the palette.
While it is possible to add them manually using "add" in the drop event, the problem is that the node is created after the drop event (when the connection is created), so there is no actual connection.
Is there an API or Method available to solve this?
Alternatively, are there any other events that can be used to solve this (such as "nodeCreated")?