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:
commit
5a5f93ad83
|
@ -30,6 +30,7 @@ public struct AttachmentView: View {
|
|||
Image(uiImage: image)
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fill)
|
||||
.allowsHitTesting(false)
|
||||
}
|
||||
)
|
||||
.overlay(
|
||||
|
|
Loading…
Reference in New Issue