disable suggestions in input bar

pull/1384/head
ggurdin 1 year ago
parent 78214b7433
commit f7fdffaaa4
No known key found for this signature in database
GPG Key ID: A01CB41737CBB478

@ -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,

Loading…
Cancel
Save