Skip to content

Commit

Permalink
Merge pull request #16122 from noureddine-taleb/bugfix/tabmenu
Browse files Browse the repository at this point in the history
tabmenu: fix emitting change event twice when clicking on item
  • Loading branch information
cetincakiroglu authored Aug 1, 2024
2 parents f02af4c + 4ee74ca commit cc4e168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/tabmenu/tabmenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ export class TabMenu implements AfterContentInit, AfterViewInit, AfterViewChecke
}

this.activeItem = item;
this.activeItemChange.emit(item);
this.tabChanged = true;
this.cd.markForCheck();
}
Expand Down

0 comments on commit cc4e168

Please sign in to comment.