fix keyboard

This commit is contained in:
cheykrym 2025-10-22 05:41:51 +03:00
parent 93c865f5ca
commit ee4f783fe7

View File

@ -222,7 +222,7 @@ struct PrivateChatView: View {
.lineLimit(1...4)
.focused($isComposerFocused)
.submitLabel(.send)
.disabled(viewModel.isSending || currentUserId == nil)
.disabled(currentUserId == nil)
.onSubmit { sendCurrentMessage() }
.padding(.top, 10)
.padding(.leading, 12)