mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
[Cleanup] Remove LGraphNode.isValidWidgetLink (#959)
Ref: https://github.com/Comfy-Org/ComfyUI_frontend/pull/3549
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user