Skip to content

Commit 3f3f1aa

Browse files
committed
feat: Mobile: Remove the automatic focus for the input box on the messaging page
1 parent 8ea8eac commit 3f3f1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pages/chat_message_page.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ChatMessagePage extends StatelessWidget {
3232
// scrollButtonListener();
3333
// });
3434
// scrollButtonListener();
35-
questionInputController.inputFocus.requestFocus();
35+
// questionInputController.inputFocus.requestFocus();
3636
});
3737
}
3838

0 commit comments

Comments
 (0)