1
0
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:
sakazuki 2019-04-30 16:14:58 +09:00
parent 9f1ad64f5d
commit 8b8bd83ec2

View File

@ -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();