Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wuda-io committed Feb 24, 2025
1 parent d259c96 commit 4057a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export class Dropdown extends Component<DropdownOptions> implements Openable {
}
};

_handleMouseEnter = (e) => {
_handleMouseEnter = () => {
//this._moveDropdown((<HTMLElement>e.target).closest('li'));
this.open();
};
Expand Down

0 comments on commit 4057a51

Please sign in to comment.