Skip to content

Commit

Permalink
fix: issue #278
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPatel17 committed Dec 17, 2020
1 parent 6c041bd commit 3b493b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng-multiselect-dropdown/src/multiselect.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class MultiSelectComponent implements ControlValueAccessor {
this.onFilterChange.emit($event);
}

constructor(private cdr: ChangeDetectorRef,private listFilterPipe:ListFilterPipe) {}
constructor(private listFilterPipe:ListFilterPipe) {}

onItemClick($event: any, item: ListItem) {
if (this.disabled || item.isDisabled) {
Expand Down

0 comments on commit 3b493b5

Please sign in to comment.