fix autofocus
This commit is contained in:
parent
9d88a06cdf
commit
3c9e70d3a4
@ -1861,7 +1861,7 @@ void changeSocks5Proxy() async {
|
|||||||
border: const OutlineInputBorder(),
|
border: const OutlineInputBorder(),
|
||||||
errorText: proxyMsg.isNotEmpty ? proxyMsg : null),
|
errorText: proxyMsg.isNotEmpty ? proxyMsg : null),
|
||||||
controller: proxyController,
|
controller: proxyController,
|
||||||
focusNode: FocusNode()..requestFocus(),
|
autofocus: true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user