mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(activator): adds activated class to buttons in nav-bar and header-bars
closes #3348
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
var self = this;
|
||||
|
||||
var hitX = ionic.tap.pointerCoord(e).x;
|
||||
if (hitX > 0 && hitX < 45) {
|
||||
if (hitX > 0 && hitX < 30) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user