Misplaced arrow when prism node points to subgraph and a node #4940
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
When prism node points to both a node and a subgraph, the arrow is misplaced
Steps to reproduce
flowchart
step2_1{Prism Node} --> step2_2[any node]
step2_1{Prism Node} --> step2_3
subgraph step2_3[subgraph]
node[any Node]
end
Screenshots
Code Sample
Setup
Suggested Solutions
Connect the base of the arrow back to the prism node
Additional Context
No response
The text was updated successfully, but these errors were encountered: