This commit is contained in:
David Roman 2023-05-31 23:53:47 +01:00
parent bd67e62449
commit 00e8349df0
No known key found for this signature in database
GPG Key ID: 7058646EEFCB70A7
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ extension View {
IntrospectionAnchorView(
id: id
)
.frame(width: 1, height: 1) // TODO: maybe 0-sized? check when impl is stable
.frame(width: 0, height: 0)
)
.overlay(
IntrospectionView(
@ -47,7 +47,7 @@ extension View {
},
customize: customize
)
.frame(width: 1, height: 1) // TODO: maybe 0-sized? check when impl is stable
.frame(width: 0, height: 0)
)
} else {
self
@ -82,7 +82,7 @@ extension View {
},
customize: customize
)
.frame(width: 1, height: 1) // TODO: maybe 0-sized? check when impl is stable
.frame(width: 0, height: 0)
)
} else {
self