Skip to content

Commit e1c03ec

Browse files
AustinMrozDrJKL
authored andcommitted
Ensure widgets created without configure
When a node is freshly added to a workflow, there's not a configure event and the widgets absed on the initial state were not applied
1 parent 135e9aa commit e1c03ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extensions/core/dynamicCombo.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ function COMFY_DYNAMICCOMBO_V3(
9797
this.callback!(value)
9898
}
9999
})
100+
widget.value = widgetValue
100101
return { widget, minWidth, minHeight }
101102
}
102103

0 commit comments

Comments
 (0)