We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf7b48 commit 583e3a3Copy full SHA for 583e3a3
src/lib/litegraph/src/LGraph.ts
@@ -2331,6 +2331,9 @@ export class Subgraph
2331
nodes: this.nodes.map((node) => node.serialize()),
2332
groups: this.groups.map((group) => group.serialize()),
2333
links: [...this.links.values()].map((x) => x.asSerialisable()),
2334
+ reroutes: this.reroutes.size
2335
+ ? [...this.reroutes.values()].map((x) => x.asSerialisable())
2336
+ : undefined,
2337
extra: this.extra
2338
}
2339
0 commit comments