Skip to content

Commit

Permalink
Removed wrong merge
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMessall committed Nov 6, 2024
1 parent 754ad39 commit 5aca296
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/components/listbox/listbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@ export const LISTBOX_VALUE_ACCESSOR: any = {
<ng-container *ngTemplateOutlet="loaderTemplate; context: { options: scrollerOptions }"></ng-container>
</ng-template>
}
@if (loaderTemplate) {
<ng-template #loader let-scrollerOptions="options">
}
</p-scroller>
<ng-container *ngIf="!virtualScroll">
<ng-container *ngTemplateOutlet="buildInItems; context: { $implicit: visibleOptions(), options: {} }"></ng-container>
Expand Down

0 comments on commit 5aca296

Please sign in to comment.