Skip to content

fix: allow ComfyUI native workflow drag-and-drop to work alongside mi…#460

Open
MoonHugo wants to merge 1 commit into
MixLabPro:mainfrom
MoonHugo:main
Open

fix: allow ComfyUI native workflow drag-and-drop to work alongside mi…#460
MoonHugo wants to merge 1 commit into
MixLabPro:mainfrom
MoonHugo:main

Conversation

@MoonHugo

Copy link
Copy Markdown

…xlab

The drop event handler unconditionally called preventDefault and stopPropagation, blocking ComfyUI's native JSON workflow loading. Now only intercepts when the dropped file is a mixlab app JSON format, otherwise the event propagates to ComfyUI's handler. Also fixes Windows MIME type detection for .json files.

…xlab

The drop event handler unconditionally called preventDefault and
stopPropagation, blocking ComfyUI's native JSON workflow loading.
Now only intercepts when the dropped file is a mixlab app JSON format,
otherwise the event propagates to ComfyUI's handler. Also fixes
Windows MIME type detection for .json files.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants