From b4b68c7e755752ca14cbf06bb18ba17248124dc8 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Thu, 21 Nov 2024 01:28:33 +1100 Subject: [PATCH] Fix fast widget conversion (#323) --- src/LGraphCanvas.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LGraphCanvas.ts b/src/LGraphCanvas.ts index 4933fc5aa..61bac5d1c 100644 --- a/src/LGraphCanvas.ts +++ b/src/LGraphCanvas.ts @@ -2472,7 +2472,6 @@ export class LGraphCanvas { this.graph_mouse[1] = e.canvasY if (e.isPrimary) this.pointer.move(e) - this.link_over_widget = null if (this.block_click) { e.preventDefault()