mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-22 15:54:09 +00:00
[BugFix] Trigger IWidget.callback on widget drag (#514)
This commit is contained in:
@@ -96,6 +96,7 @@ export abstract class BaseWidget implements IBaseWidget {
|
||||
onDrag(options: {
|
||||
e: CanvasMouseEvent
|
||||
node: LGraphNode
|
||||
canvas: LGraphCanvas
|
||||
}): void {}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user