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