[BugFix] Trigger IWidget.callback on widget drag (#514)

This commit is contained in:
Chenlei Hu
2025-02-10 14:37:16 -05:00
committed by GitHub
parent adff23bb84
commit f0eca030c4
4 changed files with 7 additions and 7 deletions

View File

@@ -2568,6 +2568,7 @@ export class LGraphCanvas implements ConnectionColorContext {
pointer.onDrag = eMove => widgetInstance.onDrag({
e: eMove,
node,
canvas: this,
})
} else {
if (widget.mouse) {