2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

Use default keyboard for the compose window so that Return is easily accessible

Fixes #1405 [Feature]: Do not automatically switch to compact hash-keyboard
This commit is contained in:
shannon 2025-02-12 13:21:40 -05:00
parent 44ac523f33
commit 5cb8d4404f

View File

@ -93,7 +93,6 @@ public struct ComposeContentView: View {
attributes: attributes
)
}()
metaText.textView.keyboardType = .twitter
metaText.textView.tag = ComposeContentViewModel.MetaTextViewKind.content.rawValue
metaText.textView.delegate = viewModel
metaText.delegate = viewModel