try again

This commit is contained in:
open-trade
2020-12-22 16:07:48 +08:00
parent 5286eed96f
commit dc8f3db2fc
+2 -1
View File
@@ -143,7 +143,8 @@ class _RemotePageState extends State<RemotePage> {
content == '《》' ||
content == '()' ||
content == '【】')) {
FFI.inputKey(content[0]);
// can not only input content[0], because when input ], [ are also auo insert, which cause ] never be input
FFI.setByName('input_string', content);
openKeyboard();
return;
}