fix msgbox hasCancel and home id editor focus problem

This commit is contained in:
open-trade
2020-11-24 11:25:56 +08:00
parent 23f1ce5da5
commit 982df980bd
4 changed files with 38 additions and 8 deletions

View File

@@ -169,9 +169,6 @@ class _RemotePageState extends State<RemotePage> {
if (value == 'mode') {}
}();
},
onDoubleTap: () {
print('double tap');
},
onTap: () {
print('tap');
},