mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-12 00:20:15 +00:00
Fix regression when configuring graph with missing converted input (#3066)
This commit is contained in:
@@ -805,7 +805,7 @@ app.registerExtension({
|
||||
if (w) {
|
||||
hideWidget(this, w)
|
||||
} else {
|
||||
convertToWidget(this, w)
|
||||
this.removeInput(this.inputs.findIndex((i) => i === input))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user