camunda-bpmn-js 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-modeler.development.js +1 -1
- package/dist/base-modeler.production.min.js +1 -1
- package/dist/camunda-cloud-modeler.development.js +7 -5
- package/dist/camunda-cloud-modeler.production.min.js +2 -2
- package/dist/camunda-platform-modeler.development.js +1 -1
- package/dist/camunda-platform-modeler.production.min.js +1 -1
- package/package.json +5 -5
|
@@ -114714,7 +114714,7 @@
|
|
|
114714
114714
|
bo = getBusinessObject$2(newShape),
|
|
114715
114715
|
eventDefinitions = bo.get('eventDefinitions');
|
|
114716
114716
|
if (!eventDefinition) {
|
|
114717
|
-
return eventDefinitions.length
|
|
114717
|
+
return eventDefinitions.length !== 0;
|
|
114718
114718
|
}
|
|
114719
114719
|
return !is$6(eventDefinitions[0], eventDefinition);
|
|
114720
114720
|
}
|