mirror of https://github.com/node-red/node-red.git
parent
851a925956
commit
531dbc5f83
|
@ -2918,7 +2918,7 @@ RED.view = (function() {
|
|||
} else if (drag_line.portType === PORT_TYPE_INPUT) {
|
||||
src = mouseup_node;
|
||||
dst = drag_line.node;
|
||||
src_port = portIndex;
|
||||
src_port = portIndex || 0;
|
||||
}
|
||||
var link = {source: src, sourcePort:src_port, target: dst};
|
||||
if (drag_line.virtualLink) {
|
||||
|
|
Loading…
Reference in New Issue