Merge pull request #4538 from node-red/4533-fix-subflow-instance-g-property-mapping

Ensure subflow instance node has g property set
This commit is contained in:
Nick O'Leary
2024-01-26 13:48:07 +00:00
committed by GitHub

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