disable suggestions in input bar

This commit is contained in:
ggurdin 2024-09-12 11:49:35 -04:00
parent 78214b7433
commit f7fdffaaa4
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -477,6 +477,7 @@ class InputBar extends StatelessWidget {
key: controller?.choreographer.inputLayerLinkAndKey.key,
// builder: (context, controller, focusNode) => TextField(
builder: (context, _, focusNode) => TextField(
enableSuggestions: false,
// Pangea#
controller: controller,
focusNode: focusNode,