Don't autofocus on user ipnut

remotes/1693176582716663532/tmp_refs/heads/watchparty
Outrun Colors 2022-09-24 19:53:05 -05:00
parent 91df0cd814
commit 4067af9b8f
No known key found for this signature in database
GPG Key ID: 0426976DCEFE6073
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "chat",
"version": "0.0.12",
"main": "index.js",
"version": "0.0.13",
"main": "./src/index.tsx",
"license": "MIT",
"dependencies": {
"@types/humanize-duration": "^3.27.1",

View File

@ -121,7 +121,6 @@ export function UserInput() {
onKeyUp={handleKeyUp}
placeholder="Message"
autoComplete="off"
autoFocus={true}
value={draft}
/>
{open ? (