mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-14 11:11:14 +08:00
fix(rules): always allow associations from/to TextAnnotation
This commit is contained in:
@ -81,6 +81,10 @@ ElementFactory.prototype.createBpmnElement = function(elementType, attrs) {
|
||||
businessObject.isInterrupting = false;
|
||||
}
|
||||
|
||||
if (attrs.associationDirection) {
|
||||
businessObject.associationDirection = attrs.associationDirection;
|
||||
}
|
||||
|
||||
var eventDefinitions,
|
||||
newEventDefinition;
|
||||
|
||||
|
Reference in New Issue
Block a user