remove autofocus, cuz it messes with other tabs

This commit is contained in:
krawieck 2021-01-09 19:23:26 +01:00
parent 2a28b4ee37
commit b874836b2c
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ class SearchTab extends HookWidget {
children: [
TextField(
controller: searchInputController,
autofocus: true,
textAlign: TextAlign.center,
decoration: InputDecoration(
fillColor: Colors.grey,