mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
select tabs update
This commit is contained in:
@ -31,6 +31,6 @@ export class TabButton {
|
||||
onClick(ev) {
|
||||
ev.stopPropagation();
|
||||
ev.preventDefault();
|
||||
this.tabs.selectTab(this.tab);
|
||||
this.tabs.select(this.tab);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user