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) => (