Skip to content
Snippets Groups Projects
Commit fc4d70b4 authored by Johannes Eder's avatar Johannes Eder
Browse files

removed multi select from link

* not neccessary and avoids confusion due to the fact that ctrl+click
creates a bendpoint on links

Issue-Ref: 3967
Issue-Url: https://af3-developer.fortiss.org/issues/3967



Signed-off-by: default avatarJohannes Eder <eder@fortiss.org>
parent 9b707786
No related branches found
No related tags found
1 merge request!983967
......@@ -131,11 +131,7 @@ public abstract class LinkControllerBase extends MVCBundlePartBase implements IC
DiagramCoordinate snappedLocation = features.snapToCenter(diagramLocation);
return () -> createBendPointAt(currentBendPointIndex, snappedLocation);
}
if(event.isShiftDown()) {
viewer.handleShiftSelectionOf(getMVCBundle());
} else {
viewer.setSingleSelectedMVCBundle(getMVCBundle());
}
viewer.setSingleSelectedMVCBundle(getMVCBundle());
return null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment