Skip to content

Commit

Permalink
fix: autocorrect on ios (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustDev authored May 1, 2024
1 parent 25c6db9 commit a85558e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Enchanted/UI/iOS/ChatView_iOS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ struct ChatView: View {
SelectedImageView(image: $selectedImage)

TextField("Message", text: $message, axis: .vertical)
.autocorrectionDisabled()
.focused($isFocusedInput)
.frame(minHeight: 40)
.font(.system(size: 14))
Expand Down

0 comments on commit a85558e

Please sign in to comment.