mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-21 15:24:09 +00:00
fix: allow output key nodeId 0
This commit is contained in:
@@ -42,7 +42,7 @@ export function getOutputKey({
|
||||
subfolder,
|
||||
filename
|
||||
}: OutputKeyParts): string | null {
|
||||
if (!nodeId || !subfolder || !filename) {
|
||||
if (nodeId == null || !subfolder || !filename) {
|
||||
return null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user