diff --git a/Sources/Introspect.swift b/Sources/Introspect.swift index 821d079..08012ba 100644 --- a/Sources/Introspect.swift +++ b/Sources/Introspect.swift @@ -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