mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-28 17:54:57 +00:00
parent
c853e88e54
commit
3de5478d04
@ -1827,8 +1827,9 @@ function isThrowEvent(event) {
|
||||
}
|
||||
|
||||
function isCollection(element) {
|
||||
return element.isCollection ||
|
||||
(element.elementObjectRef && element.elementObjectRef.isCollection);
|
||||
var dataObject = element.dataObjectRef;
|
||||
|
||||
return element.isCollection || (dataObject && dataObject.isCollection);
|
||||
}
|
||||
|
||||
function getDi(element) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user