Skip to content

Commit

Permalink
🔥 Remove autofocus
Browse files Browse the repository at this point in the history
  • Loading branch information
iota9star committed Oct 7, 2024
1 parent 567d7f1 commit 716bd95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ui/pages/search.dart
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ class SearchPage extends StatelessWidget {
),
suffixIconConstraints: const BoxConstraints(),
),
autofocus: true,
textInputAction: TextInputAction.search,
controller: searchModel.keywordsController,
keyboardType: TextInputType.text,
Expand Down

0 comments on commit 716bd95

Please sign in to comment.