jerosoler / Drawflow

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

Slicing the diagram #786

Open converseKarl opened 7 months ago

converseKarl commented 7 months ago

At a path link, when right click you get the delete path link icon to remove it

I want to extend this to an popup option beyond just delete so the diagram fragment can be snapped off and moved to a different module. I can do this, but I'm going to ask the question what is a simple short way or doing this?

Is there an easy way to do with or will I end up writing a branch / node parser and flipping those nodes to the new modules.

K