mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-31 17:45:17 +01:00
fix: Text in compose post is not selectable, focussable, pastable
This commit is contained in:
parent
e8bccb7eb7
commit
248d0a5570
@ -30,6 +30,7 @@ public struct AttachmentView: View {
|
||||
Image(uiImage: image)
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fill)
|
||||
.allowsHitTesting(false)
|
||||
}
|
||||
)
|
||||
.overlay(
|
||||
|
Loading…
x
Reference in New Issue
Block a user