Skip to content

Commit

Permalink
fix: fix scoped tokens for multiselect component (#17427)
Browse files Browse the repository at this point in the history
  • Loading branch information
can-oezkan authored Jan 29, 2025
1 parent 70a6fb1 commit 55bc7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primeng/src/multiselect/multiselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@ export class MultiSelect extends BaseComponent implements OnInit, AfterViewInit,
}

ngAfterViewInit() {
super.ngOnInit();
super.ngAfterViewInit();
if (this.overlayVisible) {
this.show();
}
Expand Down

0 comments on commit 55bc7f0

Please sign in to comment.