Commit 1917064b authored by Tomoaki Hayasaka's avatar Tomoaki Hayasaka
Browse files

Fix "extra filename replacements in SaveImage is not done when prefix is supplied by Primitive".

parent 27fc64ad
......@@ -20,7 +20,7 @@ function hideWidget(node, widget, suffix = "") {
if (link == null) {
return undefined;
}
return widget.value;
return widget.origSerializeValue ? widget.origSerializeValue() : widget.value;
};
// Hide any linked widgets, e.g. seed+randomize
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment