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

Creating a connection between ports does not work #269

Closed tortmayr closed 5 years ago

tortmayr commented 5 years ago

On client side everything is fine. Source/Target selection and feedback works without issues for ports but when the edge is finally created it's attached to the next parent node instead of the port.

The server always maps source and target element to the "next" parent SNode and creates the connection for this SNode.