fix: eslint warning about quick search

This commit is contained in:
JimmFly
2022-12-23 12:50:21 +08:00
parent d17c7ecbd4
commit 5b1a43f16b
3 changed files with 5 additions and 4 deletions
@@ -38,7 +38,7 @@ export const Input = (props: {
<Command.Input
ref={inputRef}
value={inputValue}
onCompositionStart={e => {
onCompositionStart={() => {
setIsComposition(true);
}}
onCompositionEnd={e => {