From 7a2fa875d234eb87e48ab5a98c1380d15cf39b4c Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Thu, 17 Oct 2019 15:34:32 +0200 Subject: [PATCH] chore(modeling): update the comment in replace connection --- lib/features/modeling/behavior/ReplaceConnectionBehavior.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/modeling/behavior/ReplaceConnectionBehavior.js b/lib/features/modeling/behavior/ReplaceConnectionBehavior.js index a5f382c0..5e96d218 100644 --- a/lib/features/modeling/behavior/ReplaceConnectionBehavior.js +++ b/lib/features/modeling/behavior/ReplaceConnectionBehavior.js @@ -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,