From 5cb8d4404fa6cb0f86340e15c9b0d5ae17ca63b4 Mon Sep 17 00:00:00 2001 From: shannon Date: Wed, 12 Feb 2025 13:21:40 -0500 Subject: [PATCH] Use default keyboard for the compose window so that Return is easily accessible Fixes #1405 [Feature]: Do not automatically switch to compact hash-keyboard --- .../Scene/ComposeContent/View/ComposeContentView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/MastodonSDK/Sources/MastodonUI/Scene/ComposeContent/View/ComposeContentView.swift b/MastodonSDK/Sources/MastodonUI/Scene/ComposeContent/View/ComposeContentView.swift index 58489a8e2..d849fa10f 100644 --- a/MastodonSDK/Sources/MastodonUI/Scene/ComposeContent/View/ComposeContentView.swift +++ b/MastodonSDK/Sources/MastodonUI/Scene/ComposeContent/View/ComposeContentView.swift @@ -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