mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Clear subflow status no close
This commit is contained in:
parent
bdc1da70c1
commit
75393c0b28
@ -164,6 +164,7 @@ 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._updateWires = this.node.updateWires;
|
this.node._updateWires = this.node.updateWires;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user