diff --git a/bitchat/Views/ContentComposerView.swift b/bitchat/Views/ContentComposerView.swift index 64021d52..a17b5a7a 100644 --- a/bitchat/Views/ContentComposerView.swift +++ b/bitchat/Views/ContentComposerView.swift @@ -76,7 +76,8 @@ struct ContentComposerView: View { .bitchatFont(size: 15) .foregroundColor(palette.primary) .focused(isTextFieldFocused) - .autocorrectionDisabled(true) + // Autocorrect left enabled for chat typing (#969). Nicknames + // and geohashes keep `.autocorrectionDisabled(true)` elsewhere. #if os(iOS) .textInputAutocapitalization(.sentences) #endif