mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-26 04:32:44 +08:00
feat(modeling): keep interrupting config when replacing elements
This commit is contained in:
@ -19,6 +19,7 @@ import IsHorizontalFix from './IsHorizontalFix';
|
||||
import LabelBehavior from './LabelBehavior';
|
||||
import LayoutConnectionBehavior from './LayoutConnectionBehavior';
|
||||
import MessageFlowBehavior from './MessageFlowBehavior';
|
||||
import NonInterruptingBehavior from './NonInterruptingBehavior';
|
||||
import RemoveEmbeddedLabelBoundsBehavior from './RemoveEmbeddedLabelBoundsBehavior';
|
||||
import RemoveElementBehavior from './RemoveElementBehavior';
|
||||
import RemoveParticipantBehavior from './RemoveParticipantBehavior';
|
||||
@ -62,6 +63,7 @@ export default {
|
||||
'labelBehavior',
|
||||
'layoutConnectionBehavior',
|
||||
'messageFlowBehavior',
|
||||
'nonInterruptingBehavior',
|
||||
'removeElementBehavior',
|
||||
'removeEmbeddedLabelBoundsBehavior',
|
||||
'removeParticipantBehavior',
|
||||
@ -100,6 +102,7 @@ export default {
|
||||
labelBehavior: [ 'type', LabelBehavior ],
|
||||
layoutConnectionBehavior: [ 'type', LayoutConnectionBehavior ],
|
||||
messageFlowBehavior: [ 'type', MessageFlowBehavior ],
|
||||
nonInterruptingBehavior: [ 'type', NonInterruptingBehavior ],
|
||||
removeElementBehavior: [ 'type', RemoveElementBehavior ],
|
||||
removeEmbeddedLabelBoundsBehavior: [ 'type', RemoveEmbeddedLabelBoundsBehavior ],
|
||||
removeParticipantBehavior: [ 'type', RemoveParticipantBehavior ],
|
||||
|
Reference in New Issue
Block a user