From 06a8c01f12b2fbcdc0e37960a46fb42121820a4f Mon Sep 17 00:00:00 2001 From: sijinhui Date: Thu, 26 Sep 2024 18:22:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=BF=AB=E4=B8=80=E7=82=B9=E5=8A=A8?= =?UTF-8?q?=E7=94=BB=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/chat-list.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/chat-list.tsx b/app/components/chat-list.tsx index 4e584bffc..815a294f0 100644 --- a/app/components/chat-list.tsx +++ b/app/components/chat-list.tsx @@ -172,7 +172,7 @@ export function ChatList(props: { narrow?: boolean }) { { if (type === "enter") target.style.height = "auto"; }} - // interval={150} + interval={50} > {sessions.map((item, i) => (