disable suggestions in input bar
This commit is contained in:
parent
78214b7433
commit
f7fdffaaa4
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue