try again
This commit is contained in:
parent
6623e3c7ef
commit
2ce172087a
1 changed files with 4 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue