Fix fast widget conversion (#323)

This commit is contained in:
filtered
2024-11-21 01:28:33 +11:00
committed by GitHub
parent 62955441a0
commit b4b68c7e75

View File

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