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 71a4319 commit 2c215a6Copy full SHA for 2c215a6
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