From a4791f6e6bbfc102ff86bee56e73628071b5094a Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Thu, 30 Jan 2025 15:40:55 -0800 Subject: [PATCH] Remove unused LGraphCanvas.onConnectingChange (#434) --- src/LGraphCanvas.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/LGraphCanvas.ts b/src/LGraphCanvas.ts index 0a6911372..b267b6a56 100644 --- a/src/LGraphCanvas.ts +++ b/src/LGraphCanvas.ts @@ -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