fix: Text in compose post is not selectable, focussable, pastable

This commit is contained in:
Marcus Kida 2022-11-29 11:51:28 +01:00
parent e8bccb7eb7
commit 248d0a5570
No known key found for this signature in database
GPG Key ID: 19FF64E08013CA40
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ public struct AttachmentView: View {
Image(uiImage: image) Image(uiImage: image)
.resizable() .resizable()
.aspectRatio(contentMode: .fill) .aspectRatio(contentMode: .fill)
.allowsHitTesting(false)
} }
) )
.overlay( .overlay(