Skip to content

Commit

Permalink
Ensure subflow instance node has g property set
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jan 22, 2024
1 parent 5b096bf commit d2dc1fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
Expand Down

0 comments on commit d2dc1fc

Please sign in to comment.