theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

Editable Edges Strike Back #202

Closed spoenemann closed 6 years ago

spoenemann commented 6 years ago

I reworked the code by @jbicker in order to address the main problem of implementing editable edges: The actual routing of edges, which considers anchor positions of source and target nodes, is computed in the view, not on the command stack.

spoenemann commented 6 years ago

I found two bugs: