diff --git a/public/red/ui/view.js b/public/red/ui/view.js index c3b508cd2..70fbb2870 100644 --- a/public/red/ui/view.js +++ b/public/red/ui/view.js @@ -502,7 +502,7 @@ RED.view = (function() { updateSelection(); lasso.remove(); lasso = null; - } else if (mouse_mode == RED.state.DEFAULT && mousedown_link == null) { + } else if (mouse_mode == RED.state.DEFAULT && mousedown_link == null && !d3.event.ctrlKey ) { clearSelection(); updateSelection(); }