diff --git a/src/core/graph/widgets/dynamicWidgets.ts b/src/core/graph/widgets/dynamicWidgets.ts index 7e3f7fd71..3058e8131 100644 --- a/src/core/graph/widgets/dynamicWidgets.ts +++ b/src/core/graph/widgets/dynamicWidgets.ts @@ -557,7 +557,7 @@ function withComfyAutogrow(node: LGraphNode): asserts node is AutogrowNode { if (!autogrowGroup) return if (app.configuringGraph && input.widget) ensureWidgetForInput(node, input) - if (iscon && linf) { + if (iscon) { if (swappingConnection || !linf) return autogrowInputConnected(slot, this) } else {