We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f766ff4 commit 36df508Copy full SHA for 36df508
js/utils/activator.js
@@ -12,7 +12,7 @@
12
var self = this;
13
14
var hitX = ionic.tap.pointerCoord(e).x;
15
- if (hitX > 0 && hitX < 45) {
+ if (hitX > 0 && hitX < 30) {
16
return;
17
}
18
0 commit comments