Skip to content

Commit 8e3b021

Browse files
committed
chore: fix lint
1 parent 96a7681 commit 8e3b021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Selector/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const Selector: React.RefForwardingComponent<RefSelectorProps, SelectorProps> =
122122
* We can not use `findDOMNode` sine it will get warning,
123123
* have to use timer to check if is input element.
124124
*/
125-
const onInternalInputMouseDown: React.MouseEventHandler<HTMLInputElement> = event => {
125+
const onInternalInputMouseDown: React.MouseEventHandler<HTMLInputElement> = () => {
126126
setInputMouseDown(true);
127127
};
128128

0 commit comments

Comments
 (0)