Skip to content

Commit d3d2434

Browse files
committed
Add comments
1 parent cbb75da commit d3d2434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenSwiftUICore/Layout/Dynamic/DynamicContainer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ struct DynamicContainerInfo<Adapter>: StatefulRule, AsyncAttribute, ObservedAttr
611611
let zIndex = infoItem.zIndex
612612
hasDepth = hasDepth || (zIndex != 0)
613613
if zIndex != info.items[target].zIndex {
614-
info.items[index].zIndex = zIndex
614+
info.items[index].zIndex = zIndex // Weird. No-op actually.
615615
changed = true
616616
}
617617
if phase != info.items[index].phase {

0 commit comments

Comments
 (0)