mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-01 11:10:00 +00:00
Restrict applyToGraph to PrimitiveNode (#2669)
This commit is contained in:
1
src/types/litegraph-augmentation.d.ts
vendored
1
src/types/litegraph-augmentation.d.ts
vendored
@@ -73,7 +73,6 @@ declare module '@comfyorg/litegraph' {
|
||||
convertToNodes?(): LGraphNode[]
|
||||
recreate?(): Promise<LGraphNode>
|
||||
refreshComboInNode?(defs: Record<string, ComfyNodeDef>)
|
||||
applyToGraph?(extraLinks?: LLink[]): void
|
||||
updateLink?(link: LLink): LLink | null
|
||||
onExecutionStart?(): unknown
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user