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 6b164c8 commit dafb0b9Copy full SHA for dafb0b9
core/src/components/tabs/tabs.tsx
@@ -182,6 +182,9 @@ export class Tabs implements NavOutlet {
182
}
183
184
private onTabClicked = (ev: CustomEvent<TabButtonClickEventDetail>) => {
185
+
186
+ console.log("onTabClicked");
187
188
const { href, tab } = ev.detail;
189
if (this.useRouter && href !== undefined) {
190
const router = document.querySelector('ion-router');
0 commit comments