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

GModelIndexImpl isn't recursive #284

Closed CamilleLetavernier closed 5 years ago

CamilleLetavernier commented 5 years ago

When a new node is added to the graph, the GModelIndexImpl detects it and indexes it. However, when attaching a branch with several children, the GModelIndexImpl only considers the top-level node and ignores children