mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-23 15:59:47 +00:00
Remove LGraph._subgraph_node (Legacy subgraph) (#456)
This commit is contained in:
@@ -105,7 +105,6 @@ export class LGraph implements LinkNetwork, Serialisable<SerialisableGraph> {
|
||||
execution_time: number
|
||||
_last_trigger_time?: number
|
||||
filter?: string
|
||||
_subgraph_node?: LGraphNode
|
||||
/** Must contain serialisable values, e.g. primitive types */
|
||||
config: LGraphConfig
|
||||
vars: Dictionary<unknown>
|
||||
|
||||
Reference in New Issue
Block a user