From 9a41ebc8454d571e91902113384318afc592009b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=99=BD-=E7=99=BD?= Date: Wed, 23 Apr 2025 19:27:10 +0800 Subject: [PATCH] fix(ui): repeated autofocus cloudreve/Cloudreve#2285 (#249) --- src/component/Pages/Login/Signup.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/component/Pages/Login/Signup.tsx b/src/component/Pages/Login/Signup.tsx index ca4d2bc..0367980 100644 --- a/src/component/Pages/Login/Signup.tsx +++ b/src/component/Pages/Login/Signup.tsx @@ -167,12 +167,11 @@ const SignUp = () => { onChange={(e) => setEmail(e.target.value)} icon={} value={email} - autoFocus + autoFocus={true} /> {