mirror of https://github.com/node-red/node-red.git
hand merge master
parent
9f1ad64f5d
commit
8b8bd83ec2
|
@ -3184,6 +3184,7 @@ RED.view = (function() {
|
|||
var l = d3.select(this);
|
||||
d.added = true;
|
||||
l.append("svg:path").attr("class","link_background link_path")
|
||||
.classed("link_link", function(d) { return d.link })
|
||||
.on("mousedown",function(d) {
|
||||
mousedown_link = d;
|
||||
clearSelection();
|
||||
|
|
Loading…
Reference in New Issue