Skip to content

Commit 7289cc0

Browse files
authored
Add requestsLayoutComputer = true (#679)
1 parent 5f393c5 commit 7289cc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/OpenSwiftUICore/Layout/Dynamic/DynamicLayoutView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ struct DynamicLayoutViewAdaptor: DynamicContainerAdaptor {
236236
)
237237
elementInputs.size = childGeometry.size()
238238
elementInputs.position = childGeometry.origin()
239+
elementInputs.requestsLayoutComputer = true
239240
}
240241
let outputs: _ViewOutputs
241242
if let transition {

0 commit comments

Comments
 (0)