try again
This commit is contained in:
parent
2ce172087a
commit
0dc375bda1
@ -141,6 +141,8 @@ class _RemotePageState extends State<RemotePage> {
|
|||||||
FFI.inputKey(char);
|
FFI.inputKey(char);
|
||||||
final brackets = '("[<{(“【《{';
|
final brackets = '("[<{(“【《{';
|
||||||
if (brackets.indexOf(char) >= 0) {
|
if (brackets.indexOf(char) >= 0) {
|
||||||
|
SystemChannels.textInput.invokeMethod('TextInput.hide');
|
||||||
|
setState(() => _showEdit = false);
|
||||||
_timer?.cancel();
|
_timer?.cancel();
|
||||||
_timer = Timer(Duration(milliseconds: 30), () {
|
_timer = Timer(Duration(milliseconds: 30), () {
|
||||||
openKeyboard();
|
openKeyboard();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user