You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properties panel does not react to selection right after modeler is created. The selection change listener is registered during the first render which is already too late when selection is changed programmatically.
Describe the Bug
Properties panel does not react to selection right after modeler is created. The selection change listener is registered during the first render which is already too late when selection is changed programmatically.
Cf. https://github.com/camunda/camunda-bpmn-js/pull/76/files#diff-229a91e301ad3a2a7db5191f99cb7fc790f8f648c1d9713a2a68e0aaecd825ebR70-R72
Steps to Reproduce
Check out this branch with a failing test.
Expected Behavior
Selection change listener is registered on module creation.
Environment
1.x
The text was updated successfully, but these errors were encountered: