forked from rDrama/rDrama
1
0
Fork 0

Don't autofocus on user ipnut

master
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", "name": "chat",
"version": "0.0.12", "version": "0.0.13",
"main": "index.js", "main": "./src/index.tsx",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/humanize-duration": "^3.27.1", "@types/humanize-duration": "^3.27.1",

View File

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