From fc1f38a54537c5505971a17888fd1297649ece87 Mon Sep 17 00:00:00 2001 From: MT-Mint <798521692@qq.com> Date: Mon, 23 Mar 2026 11:31:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8F=91=E9=80=81=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E5=AF=B9=E8=AF=9D=E6=A1=86=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=94=B6=E8=B5=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/workspace/input-box.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/workspace/input-box.tsx b/frontend/src/components/workspace/input-box.tsx index b3b1a904..b2004b93 100644 --- a/frontend/src/components/workspace/input-box.tsx +++ b/frontend/src/components/workspace/input-box.tsx @@ -208,6 +208,7 @@ export function InputBox({ if (!message.text) { return; } + setIsFocused(false); onSubmit?.(message); }, [onSubmit, onStop, status],