[Cleanup] Remove LGraphNode.isValidWidgetLink (#959)

Ref: https://github.com/Comfy-Org/ComfyUI_frontend/pull/3549
This commit is contained in:
Chenlei Hu
2025-04-21 15:50:14 -04:00
committed by GitHub
parent a28effc9f1
commit cbbbb9c694

View File

@@ -619,11 +619,6 @@ export class LGraphNode implements Positionable, IPinnable, IColorable {
): void
onPropertyChange?(this: LGraphNode): void
updateOutputData?(this: LGraphNode, origin_slot: number): void
isValidWidgetLink?(
slot_index: number,
node: LGraphNode,
overWidget: IWidget,
): boolean | undefined
#getErrorStrokeStyle(this: LGraphNode): IDrawBoundingOptions | undefined {
if (this.has_errors) {