remove randomizing combo

This commit is contained in:
flyingshutter 2023-04-01 01:27:11 +02:00
parent adb0ea4af1
commit 12ba214a5d

View File

@ -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;