Skip to content

Commit

Permalink
fix: fix scoped tokens for multiselect component
Browse files Browse the repository at this point in the history
  • Loading branch information
can-oezkan committed Jan 17, 2025
1 parent 754df54 commit caa1368
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 caa1368

Please sign in to comment.