mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
Support drop events on chrome
This commit is contained in:
@@ -639,6 +639,8 @@ export class ComfyApp {
|
||||
this.canvas.setDirty(false, true)
|
||||
})
|
||||
|
||||
useEventListener(document, 'dragover', (e) => e.preventDefault())
|
||||
|
||||
// Add handler for dropping onto a specific node
|
||||
useEventListener(
|
||||
this.canvasElRef,
|
||||
|
||||
Reference in New Issue
Block a user