diff --git a/web/extensions/core/widgetInputs.js b/web/extensions/core/widgetInputs.js index f0d18d5a2..714802fda 100644 --- a/web/extensions/core/widgetInputs.js +++ b/web/extensions/core/widgetInputs.js @@ -308,10 +308,6 @@ app.registerExtension({ } } - if (widget.type === "combo") { - addSeedControlWidget(this, widget, "randomize"); - } - // When our value changes, update other widgets to reflect our changes // e.g. so LoadImage shows correct image const callback = widget.callback;