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()