From dafb0b90056eca9adf6be351da81ce2382cbfdc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Rio?= Date: Thu, 6 Feb 2025 17:31:46 +0000 Subject: [PATCH] Update tabs.tsx --- core/src/components/tabs/tabs.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/components/tabs/tabs.tsx b/core/src/components/tabs/tabs.tsx index 3eebb46d15..e6fce009f7 100644 --- a/core/src/components/tabs/tabs.tsx +++ b/core/src/components/tabs/tabs.tsx @@ -182,6 +182,9 @@ export class Tabs implements NavOutlet { } private onTabClicked = (ev: CustomEvent) => { + + console.log("onTabClicked"); + const { href, tab } = ev.detail; if (this.useRouter && href !== undefined) { const router = document.querySelector('ion-router');