chore(modeling): remove reconnect listeners

Listeners are triggered via layout event.
This commit is contained in:
Maciej Barelkowski 2019-04-18 14:23:35 +02:00 committed by merge-me[bot]
parent 6a396fb947
commit 411da58d43
3 changed files with 0 additions and 8 deletions

View File

@ -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));

View File

@ -32,8 +32,6 @@ export default function AdaptiveLabelPositioningBehavior(eventBus, modeling) {
this.postExecuted([
'connection.create',
'connection.layout',
'connection.reconnectEnd',
'connection.reconnectStart',
'connection.updateWaypoints'
], function(event) {

View File

@ -175,8 +175,6 @@ export default function LabelBehavior(
this.postExecute([
'connection.layout',
'connection.reconnectEnd',
'connection.reconnectStart',
'connection.updateWaypoints'
], function(event) {