mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
Remove auto-generated serialisation data on load (#900)
- Resolves #883
This commit is contained in:
@@ -1567,6 +1567,8 @@ export class LGraph implements LinkNetwork, Serialisable<SerialisableGraph> {
|
||||
this.updateExecutionOrder()
|
||||
|
||||
this.extra = data.extra || {}
|
||||
// Ensure auto-generated serialisation data is removed from extra
|
||||
delete this.extra.linkExtensions
|
||||
|
||||
this.onConfigure?.(data)
|
||||
this._version++
|
||||
|
||||
Reference in New Issue
Block a user