bpmn-io / diagram-js

A toolbox for displaying and modifying diagrams on the web.
MIT License
1.65k stars 418 forks source link

fix(context-pad): do not call `triggerEntry` twice when handling hover #890

Closed philippfromme closed 2 months ago

philippfromme commented 2 months ago

Didn't break anything but would call triggerEntry with non-existing action. Discovered in the context of https://github.com/bpmn-io/bpmn-js/issues/2150.

philippfromme commented 2 months ago

Follow-up: https://github.com/bpmn-io/bpmn-js/pull/2152