fix: make node wasm loading work
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m32s

This commit is contained in:
2025-11-26 12:10:25 +01:00
parent 0894141d3e
commit d3a9b3f056
4 changed files with 22 additions and 12 deletions

View File

@@ -88,7 +88,7 @@ export class GraphManager extends EventEmitter<{
]) as Graph["edges"];
const serialized = {
id: this.graph.id,
settings: this.settings,
settings: $state.snapshot(this.settings),
nodes,
edges,
};