Skip to content

Commit d19506c

Browse files
committed
Arrange when persiting inputs across dynamicCombos
1 parent 3882c7e commit d19506c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/graph/widgets/dynamicWidgets.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ function dynamicComboWidget(
159159
//assume existing inputs are in correct order
160160
node.spliceInputs(inputInsertionPoint, 0, ...addedInputs)
161161
node.size[1] = node.computeSize([...node.size])[1]
162+
node._setConcreteSlots()
163+
node.arrange()
164+
app.canvas?.setDirty(true, true)
162165
}
163166
//A little hacky, but onConfigure won't work.
164167
//It fires too late and is overly disruptive

0 commit comments

Comments
 (0)