You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
First of all, I thank you for your great work.
The issue is drawing edges in subflows is wrong. In the below figures
parentNodeof the smaller nodes is the WHILE node.Expected behaviour:

It should be drawn like this for all positions inside the parent node.
Actual Result:

After moving a little bit on one of the nodes, the edge was drawn wrong.
Maybe something similar to #28 can solve this.