mirror of https://github.com/node-red/node-red.git
Clear subflow status no close
parent
bdc1da70c1
commit
75393c0b28
|
@ -164,7 +164,8 @@ class Subflow extends Flow {
|
|||
|
||||
this.node = new Node(subflowInstanceConfig);
|
||||
this.node.on("input", function(msg) { this.send(msg);});
|
||||
|
||||
this.node.on("close", function() { this.status({}); })
|
||||
|
||||
this.node._updateWires = this.node.updateWires;
|
||||
|
||||
this.node.updateWires = function(newWires) {
|
||||
|
|
Loading…
Reference in New Issue