mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-31 17:45:17 +01:00
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…
x
Reference in New Issue
Block a user