Skip to content

Commit 3b493b5

Browse files
committed
fix: issue #278
1 parent 6c041bd commit 3b493b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng-multiselect-dropdown/src/multiselect.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export class MultiSelectComponent implements ControlValueAccessor {
111111
this.onFilterChange.emit($event);
112112
}
113113

114-
constructor(private cdr: ChangeDetectorRef,private listFilterPipe:ListFilterPipe) {}
114+
constructor(private listFilterPipe:ListFilterPipe) {}
115115

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

0 commit comments

Comments
 (0)