mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-23 15:29:05 +00:00
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) {
|
||||
var context = dragging.context(),
|
||||
previousSelection = context && context.payload.previousSelection,
|
||||
|
Loading…
x
Reference in New Issue
Block a user