Skip to content

Commit cfa8c2d

Browse files
committed
fix event -> _event
1 parent 168935f commit cfa8c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dropdown/dropdown.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export class MultiselectDropdown implements OnInit, OnChanges, DoCheck, ControlV
182182
}
183183

184184
setSelected(_event: Event, option: IMultiSelectOption) {
185-
event.stopPropagation();
185+
_event.stopPropagation();
186186
if (!this.model) {
187187
this.model = [];
188188
}

0 commit comments

Comments
 (0)