fix(modeling/behavior): hook UpdateFlowNodeRefs behavior in on elements.create

This commit is contained in:
Nico Rehwaldt
2019-12-01 00:03:47 +01:00
committed by fake-join[bot]
parent d769e6ddb0
commit 4455c3fc35
2 changed files with 42 additions and 4 deletions

View File

@ -72,8 +72,9 @@ export default function UpdateFlowNodeRefsBehavior(eventBus, modeling, translate
'lane.add',
'lane.resize',
'lane.split',
'elements.move',
'elements.create',
'elements.delete',
'elements.move',
'shape.create',
'shape.delete',
'shape.move',