Skip to content

Commit

Permalink
feat: Mobile: Remove the automatic focus for the input box on the mes…
Browse files Browse the repository at this point in the history
…saging page
  • Loading branch information
zmhu committed Dec 10, 2023
1 parent 8ea8eac commit 3f3f1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/chat_message_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ChatMessagePage extends StatelessWidget {
// scrollButtonListener();
// });
// scrollButtonListener();
questionInputController.inputFocus.requestFocus();
// questionInputController.inputFocus.requestFocus();
});
}

Expand Down

0 comments on commit 3f3f1aa

Please sign in to comment.