diff --git a/web/extensions/core/widgetInputs.js b/web/extensions/core/widgetInputs.js index 7e6688261..865af7763 100644 --- a/web/extensions/core/widgetInputs.js +++ b/web/extensions/core/widgetInputs.js @@ -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