Remove unused LGraphCanvas.onConnectingChange (#434)

This commit is contained in:
Chenlei Hu
2025-01-30 15:40:55 -08:00
committed by GitHub
parent 33d41a452e
commit a4791f6e6b

View File

@@ -624,10 +624,6 @@ export class LGraphCanvas {
this.onDrawLinkTooltip = null
this.onNodeMoved = null
this.onSelectionChange = null
// FIXME: Typo, does nothing
// called before any link changes
// @ts-expect-error
this.onConnectingChange = null
this.onBeforeChange = null
this.onAfterChange = null