chore(modeling): update the comment in replace connection

This commit is contained in:
Maciej Barelkowski 2019-10-17 15:34:32 +02:00 committed by fake-join[bot]
parent 7341836893
commit 7a2fa875d2
1 changed files with 1 additions and 1 deletions

View File

@ -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) {
var context = dragging.context(),
previousSelection = context && context.payload.previousSelection,