Skip to content

Commit

Permalink
Fixed #15269
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Apr 18, 2024
1 parent c4f794c commit 15bb118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/tabmenu/tabmenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export class TabMenu implements AfterContentInit, AfterViewInit, AfterViewChecke
}

ngAfterViewChecked() {
if (isPlatformBrowser(this.platformId) && this.tabChanged) {
if (isPlatformBrowser(this.platformId)) {
this.updateInkBar();
this.tabChanged = false;
}
Expand Down

0 comments on commit 15bb118

Please sign in to comment.