Skip to content

Commit 4057a51

Browse files
committed
fix: lint issues
1 parent d259c96 commit 4057a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dropdown.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export class Dropdown extends Component<DropdownOptions> implements Openable {
224224
}
225225
};
226226

227-
_handleMouseEnter = (e) => {
227+
_handleMouseEnter = () => {
228228
//this._moveDropdown((<HTMLElement>e.target).closest('li'));
229229
this.open();
230230
};

0 commit comments

Comments
 (0)