mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
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:
commit
8485ca254f
@ -212,6 +212,7 @@ class Subflow extends Flow {
|
|||||||
var subflowInstanceConfig = {
|
var subflowInstanceConfig = {
|
||||||
id: this.subflowInstance.id,
|
id: this.subflowInstance.id,
|
||||||
type: this.subflowInstance.type,
|
type: this.subflowInstance.type,
|
||||||
|
g: this.subflowInstance.g,
|
||||||
z: this.subflowInstance.z,
|
z: this.subflowInstance.z,
|
||||||
name: this.subflowInstance.name,
|
name: this.subflowInstance.name,
|
||||||
wires: [],
|
wires: [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user