diff --git a/src/lib/litegraph/src/LGraph.ts b/src/lib/litegraph/src/LGraph.ts index a0ebc221d0..fcd81b9bd6 100644 --- a/src/lib/litegraph/src/LGraph.ts +++ b/src/lib/litegraph/src/LGraph.ts @@ -1364,7 +1364,7 @@ export class LGraph } // used for undo, called before any change is made to the graph - beforeChange(info?: LGraphNode): void { + beforeChange(_info?: LGraphNode): void { this.canvasAction((c) => c.onBeforeChange?.(this)) }