fix(NumberKeyboard): eliminate tap delay on safari (#6667)

* fix(NumberKeyboard): eliminate click delay on safari

* chore: upd comment
This commit is contained in:
neverland
2020-07-01 22:59:38 +08:00
committed by GitHub
parent 32b74da530
commit 5b7265fa5f
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -193,6 +193,7 @@ export default {
}
}
// eliminate tap delay on safari
preventDefault(event, stopPropagation);
this.checkTap();