mirror of https://github.com/node-red/node-red.git
Ensure subflow instance node has g property set
parent
5b096bfd5e
commit
d2dc1fcc80
|
@ -212,6 +212,7 @@ class Subflow extends Flow {
|
|||
var subflowInstanceConfig = {
|
||||
id: this.subflowInstance.id,
|
||||
type: this.subflowInstance.type,
|
||||
g: this.subflowInstance.g,
|
||||
z: this.subflowInstance.z,
|
||||
name: this.subflowInstance.name,
|
||||
wires: [],
|
||||
|
|
Loading…
Reference in New Issue