Skip to content

Commit

Permalink
fix: ssh page keyboard type (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
lollipopkit committed Mar 15, 2024
1 parent 98bee2a commit 7be9c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view/page/ssh/page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class _SSHPageState extends State<SSHPage> with AutomaticKeepAliveClientMixin {
child: TerminalView(
_terminal,
controller: _terminalController,
keyboardType: TextInputType.emailAddress,
keyboardType: TextInputType.text,
enableSuggestions: true,
textStyle: _terminalStyle,
theme: _terminalTheme,
Expand Down

0 comments on commit 7be9c5f

Please sign in to comment.