Skip to content

Commit 69111d6

Browse files
committed
chore(select): Remove mousedown handler #5911
Remove mousedown handler(drop-down-item). it is on the ddl container now
1 parent 7daf916 commit 69111d6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

projects/igniteui-angular/src/lib/drop-down/drop-down-item.component.ts

-7
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,4 @@ export class IgxDropDownItemComponent extends IgxDropDownItemBase implements DoC
8585
}
8686
}
8787

88-
/**
89-
* @hidden @internal
90-
*/
91-
@HostListener('mousedown', ['$event'])
92-
mousedownHandler(event) {
93-
event.preventDefault();
94-
}
9588
}

0 commit comments

Comments
 (0)