Skip to content

Commit 36df508

Browse files
committed
fix(activator): adds activated class to buttons in nav-bar and header-bars
closes #3348
1 parent f766ff4 commit 36df508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/utils/activator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
var self = this;
1313

1414
var hitX = ionic.tap.pointerCoord(e).x;
15-
if (hitX > 0 && hitX < 45) {
15+
if (hitX > 0 && hitX < 30) {
1616
return;
1717
}
1818

0 commit comments

Comments
 (0)