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

Node creation tool not working correctly #401

Closed tortmayr closed 4 years ago

tortmayr commented 4 years ago

The creationAllowed check of the node creation tool uses the wrong elementTypeId (type of the target element instead of the type of the element that should be created) As a consequence node creation is only working at root level (because per default all element can be created on root)