From 00e8349df0367cdc5930929e5715f06ea2f101bc Mon Sep 17 00:00:00 2001 From: David Roman <2538074+davdroman@users.noreply.github.com> Date: Wed, 31 May 2023 23:53:47 +0100 Subject: [PATCH] wip --- Sources/Introspect.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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