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

Edge hints are wrongly interpreted #378

Closed planger closed 4 years ago

planger commented 4 years ago

If you specify that an edge is only allowed from type A to B, the client will interpret it wrongly and show wrong feedback. It will disallow creating the edge from A. But it will allow to create the edge from elements of type B.