Fix merge bug
This commit is contained in:
parent
1604680ab9
commit
178db4b95f
1 changed files with 1 additions and 2 deletions
|
|
@ -136,9 +136,8 @@ export default function InputComponent({
|
|||
],
|
||||
});
|
||||
}
|
||||
|
||||
onChange && onChange(e.target.value);
|
||||
}
|
||||
onChange && onChange(e.target.value);
|
||||
}}
|
||||
onKeyDown={(e) => {
|
||||
handleKeyDown(e, value, "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue