freegroup / draw2d

Create Visio like drawings, diagrams or workflows with JavaScript and HTML5
https://freegroup.github.io/draw2d/#/examples
MIT License
738 stars 227 forks source link

Move position in VerticalLayout #119

Closed mhsystem closed 4 years ago

mhsystem commented 4 years ago

Hello,

I have node with VerticalLayout and many Labels with port. Every port is connected to anothe node. My question is, any idea, how can I move for example one label in verticallayout to one position up or down, without deletein, removing connection and create new one. I tried changed position in node.getChildren() array, but nothing happened....

Regards

Mirek

Solved, sorry