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.
@@ -114714,7 +114714,7 @@
114714
114714
  bo = getBusinessObject$2(newShape),
114715
114715
  eventDefinitions = bo.get('eventDefinitions');
114716
114716
  if (!eventDefinition) {
114717
- return eventDefinitions.length === 0;
114717
+ return eventDefinitions.length !== 0;
114718
114718
  }
114719
114719
  return !is$6(eventDefinitions[0], eventDefinition);
114720
114720
  }