eclipsesource / graphical-lsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.org/glsp
Eclipse Public License 2.0
36 stars 8 forks source link

Fix stamp mode for creating connections #317

Closed planger closed 5 years ago

planger commented 5 years ago

The issue was caused by the animation framework accessing the parent of the feedback edge's parent, which didn't exist anymore. Therefore, we now make sure that we remove the feedback edge accordingly after the successful creation of an edge in stamp mode.

Resolves #314