mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-11 05:52:33 +08:00
don't try to rehide defaultInput widget
This commit is contained in:
parent
9562a6b49e
commit
c5aba54c8a
@ -161,7 +161,7 @@ app.registerExtension({
|
|||||||
if (input.widget && !input.widget.config[1]?.forceInput) {
|
if (input.widget && !input.widget.config[1]?.forceInput) {
|
||||||
const w = this.widgets.find((w) => w.name === input.widget.name);
|
const w = this.widgets.find((w) => w.name === input.widget.name);
|
||||||
if (w) {
|
if (w) {
|
||||||
hideWidget(this, w);
|
if (!input.widget.config[1]?.defaultInput) hideWidget(this, w);
|
||||||
} else {
|
} else {
|
||||||
convertToWidget(this, input)
|
convertToWidget(this, input)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user