mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
faae184f1c
commit
c9ff05ba80
@ -165,7 +165,8 @@ class Subflow extends Flow {
|
|||||||
this.node = new Node(subflowInstanceConfig);
|
this.node = new Node(subflowInstanceConfig);
|
||||||
this.node.on("input", function(msg) { this.send(msg);});
|
this.node.on("input", function(msg) { this.send(msg);});
|
||||||
this.node.on("close", function() { this.status({}); })
|
this.node.on("close", function() { this.status({}); })
|
||||||
|
this.node.status = status => this.parent.handleStatus(this.node,status);
|
||||||
|
|
||||||
this.node._updateWires = this.node.updateWires;
|
this.node._updateWires = this.node.updateWires;
|
||||||
|
|
||||||
this.node.updateWires = function(newWires) {
|
this.node.updateWires = function(newWires) {
|
||||||
|
Loading…
Reference in New Issue
Block a user