wip
This commit is contained in:
parent
bd67e62449
commit
00e8349df0
|
@ -25,7 +25,7 @@ extension View {
|
||||||
IntrospectionAnchorView(
|
IntrospectionAnchorView(
|
||||||
id: id
|
id: id
|
||||||
)
|
)
|
||||||
.frame(width: 1, height: 1) // TODO: maybe 0-sized? check when impl is stable
|
.frame(width: 0, height: 0)
|
||||||
)
|
)
|
||||||
.overlay(
|
.overlay(
|
||||||
IntrospectionView(
|
IntrospectionView(
|
||||||
|
@ -47,7 +47,7 @@ extension View {
|
||||||
},
|
},
|
||||||
customize: customize
|
customize: customize
|
||||||
)
|
)
|
||||||
.frame(width: 1, height: 1) // TODO: maybe 0-sized? check when impl is stable
|
.frame(width: 0, height: 0)
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
self
|
self
|
||||||
|
@ -82,7 +82,7 @@ extension View {
|
||||||
},
|
},
|
||||||
customize: customize
|
customize: customize
|
||||||
)
|
)
|
||||||
.frame(width: 1, height: 1) // TODO: maybe 0-sized? check when impl is stable
|
.frame(width: 0, height: 0)
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
self
|
self
|
||||||
|
|
Loading…
Reference in New Issue