Fix regression when configuring graph with missing converted input (#3066)

This commit is contained in:
AustinMroz
2025-03-16 10:36:42 -05:00
committed by GitHub
parent 07f285b05a
commit f583015a14
3 changed files with 109 additions and 1 deletions

View File

@@ -805,7 +805,7 @@ app.registerExtension({
if (w) {
hideWidget(this, w)
} else {
convertToWidget(this, w)
this.removeInput(this.inputs.findIndex((i) => i === input))
}
}
}