mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
opt.: IME popup after opening drawer if ssh term is focusing
This commit is contained in:
@@ -41,6 +41,8 @@ class SSHPage extends StatefulWidget {
|
||||
this.terminalKey,
|
||||
});
|
||||
|
||||
static final focusNode = FocusNode();
|
||||
|
||||
@override
|
||||
State<SSHPage> createState() => SSHPageState();
|
||||
}
|
||||
@@ -159,6 +161,7 @@ class SSHPageState extends State<SSHPage> with AutomaticKeepAliveClientMixin {
|
||||
CustomAppBar.barHeight ?? _media.padding.top,
|
||||
),
|
||||
hideScrollBar: false,
|
||||
focusNode: SSHPage.focusNode,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user