Skip to content

Commit 755d057

Browse files
committed
Update ZIndex implementation
1 parent a29a9cc commit 755d057

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Sources/OpenSwiftUICore/Layout/Stack/ZIndex.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
// ZIndex.swift
33
// OpenSwiftUICore
44
//
5-
// Audited for 6.0.87
5+
// Audited for 6.5.4
66
// Status: Complete
77

8+
@available(OpenSwiftUI_v1_0, *)
89
extension View {
910
/// Controls the display order of overlapping views.
1011
///
@@ -39,6 +40,8 @@ extension View {
3940
}
4041

4142
}
43+
44+
@available(OpenSwiftUI_v1_0, *)
4245
@usableFromInline
4346
package struct ZIndexTraitKey: _ViewTraitKey {
4447
@inlinable

0 commit comments

Comments
 (0)