chore(modeling): remove reconnect listeners
Listeners are triggered via layout event.
This commit is contained in:
parent
6a396fb947
commit
411da58d43
|
@ -195,16 +195,12 @@ export default function BpmnUpdater(
|
|||
'connection.layout',
|
||||
'connection.move',
|
||||
'connection.updateWaypoints',
|
||||
'connection.reconnectEnd',
|
||||
'connection.reconnectStart'
|
||||
], ifBpmn(updateConnectionWaypoints));
|
||||
|
||||
this.reverted([
|
||||
'connection.layout',
|
||||
'connection.move',
|
||||
'connection.updateWaypoints',
|
||||
'connection.reconnectEnd',
|
||||
'connection.reconnectStart'
|
||||
], ifBpmn(updateConnectionWaypoints));
|
||||
|
||||
|
||||
|
|
|
@ -32,8 +32,6 @@ export default function AdaptiveLabelPositioningBehavior(eventBus, modeling) {
|
|||
this.postExecuted([
|
||||
'connection.create',
|
||||
'connection.layout',
|
||||
'connection.reconnectEnd',
|
||||
'connection.reconnectStart',
|
||||
'connection.updateWaypoints'
|
||||
], function(event) {
|
||||
|
||||
|
|
|
@ -175,8 +175,6 @@ export default function LabelBehavior(
|
|||
|
||||
this.postExecute([
|
||||
'connection.layout',
|
||||
'connection.reconnectEnd',
|
||||
'connection.reconnectStart',
|
||||
'connection.updateWaypoints'
|
||||
], function(event) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue