mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-03-15 14:09:36 +00:00
Merge branch 'fix-hidden-save-prefix' of https://github.com/tjhayasaka/ComfyUI
This commit is contained in:
commit
cc66fbe5da
@ -20,7 +20,7 @@ function hideWidget(node, widget, suffix = "") {
|
|||||||
if (link == null) {
|
if (link == null) {
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
return widget.value;
|
return widget.origSerializeValue ? widget.origSerializeValue() : widget.value;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Hide any linked widgets, e.g. seed+randomize
|
// Hide any linked widgets, e.g. seed+randomize
|
||||||
|
Loading…
Reference in New Issue
Block a user