jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.65k stars 722 forks source link

Position connectors relatively to the content within a node #635

Closed auxdesigner closed 1 year ago

auxdesigner commented 1 year ago

Is there a way to position connectors relatively to the HTML content in the node? E.g. align the connector to a DIV (see screenshot). These DIVs / connectors are dynamically generated, so I can't hardcode the css.

Thanks!

img 278
jerosoler commented 1 year ago

View this method:

auxdesigner commented 1 year ago

That works. Thank you!