chore: set enableSuggestions to enableAutocorrect (#1961)

This commit is contained in:
ggurdin 2025-02-27 09:21:21 -05:00 committed by GitHub
parent 89695e9359
commit c800e09ec2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -494,7 +494,7 @@ class InputBar extends StatelessWidget {
// fix for issue with typing not working sometimes on Firefox and Safari
return SelectionArea(
child: TextField(
enableSuggestions: false,
enableSuggestions: enableAutocorrect,
readOnly:
controller != null && controller!.choreographer.isRunningIT,
autocorrect: enableAutocorrect,