Necessary space for fast typing
This commit is contained in:
parent
fc039504f7
commit
e83984aa62
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue