Closed geoffreymina13 closed 1 year ago
I believe this had something to do with my global style sheet... although, I'm not sure what. When building a simple app I did not experience the issue. Adding the following to my drawflow component resolved the issue.
.connection {
left: 0;
}
I see you have fixed it! If you need more help open another issue!
Thank you! Very nice work on this library. I have looked at many solutions and all have either been overly complex or too rigid. After we finish our implementation, we will definitely be donating more to the cause.
Trying to get started with some generic sample code and the connection SVG are rendering about 350px too far to the right of the node start node. Anything in particular I should be looking for to determine what is causing this?