diff --git a/src/LGraph.ts b/src/LGraph.ts index b39fdc7de..c4ce3befc 100644 --- a/src/LGraph.ts +++ b/src/LGraph.ts @@ -1567,6 +1567,8 @@ export class LGraph implements LinkNetwork, Serialisable { this.updateExecutionOrder() this.extra = data.extra || {} + // Ensure auto-generated serialisation data is removed from extra + delete this.extra.linkExtensions this.onConfigure?.(data) this._version++