We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f393c5 commit 7289cc0Copy full SHA for 7289cc0
Sources/OpenSwiftUICore/Layout/Dynamic/DynamicLayoutView.swift
@@ -236,6 +236,7 @@ struct DynamicLayoutViewAdaptor: DynamicContainerAdaptor {
236
)
237
elementInputs.size = childGeometry.size()
238
elementInputs.position = childGeometry.origin()
239
+ elementInputs.requestsLayoutComputer = true
240
}
241
let outputs: _ViewOutputs
242
if let transition {
0 commit comments