mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-21 21:09:00 +00:00
fix: mark unused beforeChange info param with underscore
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user