Necessary space for fast typing

This commit is contained in:
Lumaa 2024-01-21 15:40:13 +01:00
parent fc039504f7
commit e83984aa62
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ extension View {
switch destination {
case .post(let content, let replyId):
NavigationStack {
PostingView(initialString: content, replyId: replyId)
PostingView(initialString: content + " ", replyId: replyId)
.tint(Color(uiColor: UIColor.label))
}
case let .mastodonLogin(logged):