chore(modeling): update the comment in replace connection
This commit is contained in:
parent
7341836893
commit
7a2fa875d2
|
@ -116,7 +116,7 @@ export default function ReplaceConnectionBehavior(eventBus, modeling, bpmnRules,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// monkey-patch selection saved in dragging in order to not re-select non-existing connection
|
// monkey-patch selection saved in dragging in order to re-select it when operation is finished
|
||||||
function cleanDraggingSelection(oldConnection, newConnection) {
|
function cleanDraggingSelection(oldConnection, newConnection) {
|
||||||
var context = dragging.context(),
|
var context = dragging.context(),
|
||||||
previousSelection = context && context.payload.previousSelection,
|
previousSelection = context && context.payload.previousSelection,
|
||||||
|
|
Loading…
Reference in New Issue