mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-06 13:40:25 +00:00
[BugFix] Trigger IWidget.callback on widget drag (#514)
This commit is contained in:
@@ -2568,6 +2568,7 @@ export class LGraphCanvas implements ConnectionColorContext {
|
||||
pointer.onDrag = eMove => widgetInstance.onDrag({
|
||||
e: eMove,
|
||||
node,
|
||||
canvas: this,
|
||||
})
|
||||
} else {
|
||||
if (widget.mouse) {
|
||||
|
||||
Reference in New Issue
Block a user