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 6271be8 commit e5bedb8Copy full SHA for e5bedb8
core/src/components/tab-bar/tab-bar.tsx
@@ -46,7 +46,7 @@ export class TabBar implements ComponentInterface {
46
if (!this.didLoad) {
47
return;
48
}
49
-
+
50
if (this.selectedTab !== undefined) {
51
this.ionTabBarChanged.emit({
52
tab: this.selectedTab,
@@ -77,7 +77,7 @@ export class TabBar implements ComponentInterface {
77
// Set the flag to indicate the component has loaded
78
// This allows the watcher to emit changes from this point forward
79
this.didLoad = true;
80
81
// Emit the initial selected tab after the component is fully loaded
82
// This ensures all child components (ion-tab-button) are ready
83
0 commit comments