imixs / open-bpmn

BPMN Modeler based on Eclipse Graphical Language Server Platform
https://www.open-bpmn.org
Other
71 stars 11 forks source link

Replacement of SelectionListener => ISelectionListener [Updgrade to GLSP 2.0] #309

Closed rsoika closed 8 months ago

rsoika commented 11 months ago

It looks like the SelectionListener was replaced by ISelectionListener and it seems that registering a selection listener is no longer needed as we did it in the bpmn-property-panel.tsx file -> method: postConstruct

This need to be verified if the selection listener is still working