We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3882c7e commit d19506cCopy full SHA for d19506c
src/core/graph/widgets/dynamicWidgets.ts
@@ -159,6 +159,9 @@ function dynamicComboWidget(
159
//assume existing inputs are in correct order
160
node.spliceInputs(inputInsertionPoint, 0, ...addedInputs)
161
node.size[1] = node.computeSize([...node.size])[1]
162
+ node._setConcreteSlots()
163
+ node.arrange()
164
+ app.canvas?.setDirty(true, true)
165
}
166
//A little hacky, but onConfigure won't work.
167
//It fires too late and is overly disruptive
0 commit comments