Ensure subflow instance node has g property set

This commit is contained in:
Nick O'Leary 2024-01-22 16:28:22 +00:00
parent 5b096bfd5e
commit d2dc1fcc80
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -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: [],