forked from MarseyWorld/MarseyWorld
Remove console.log
parent
aff0bde0a8
commit
92a2224b91
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "chat",
|
||||
"version": "0.1.17",
|
||||
"version": "0.1.18",
|
||||
"main": "./src/index.tsx",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
@ -115,7 +115,6 @@ export function UserInput() {
|
|||
onChange={handleChange}
|
||||
onKeyUp={handleKeyUp}
|
||||
onFocus={handleFocus}
|
||||
onInput={console.log}
|
||||
placeholder="Message"
|
||||
autoComplete="off"
|
||||
value={draft}
|
||||
|
|
Loading…
Reference in New Issue