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:
parent
44ac523f33
commit
5cb8d4404f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user