Merge pull request #706 from mastodon/fix_compose_text_unfocussable

fix: Text in compose post is not selectable, focussable, pastable
This commit is contained in:
Marcus Kida 2022-11-29 12:16:29 +01:00 committed by GitHub
commit 5a5f93ad83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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