bpmn-io / bpmn-js-element-templates

The element template extension for bpmn-js
MIT License
5 stars 3 forks source link

fix(cloud-element-templates): only change type when actually necessary #88

Closed nikku closed 5 months ago

nikku commented 5 months ago

This ensures we don't unnecessarily perform change operations on the diagram. There is more in our code-based and I'd like to discuss if we do this unnecessary work as an oversight or safety feature.

If this is an oversight, then let's only execute what is necessary.