mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-18 15:53:00 +08:00
try again
This commit is contained in:
parent
6623e3c7ef
commit
2ce172087a
@ -141,8 +141,10 @@ class _RemotePageState extends State<RemotePage> {
|
||||
FFI.inputKey(char);
|
||||
final brackets = '("[<{(“【《{';
|
||||
if (brackets.indexOf(char) >= 0) {
|
||||
openKeyboard();
|
||||
return;
|
||||
_timer?.cancel();
|
||||
_timer = Timer(Duration(milliseconds: 30), () {
|
||||
openKeyboard();
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user