fix(web): improve UI performance on Windows with long conversations (#311)

This commit is contained in:
DengQi
2026-03-18 19:11:36 +08:00
committed by weishu
parent f967bd9928
commit ecc7236692
4 changed files with 73 additions and 11 deletions
@@ -326,7 +326,7 @@ export function HappyThread(props: {
) : null}
</>
)}
<div className="flex flex-col gap-3">
<div className="happy-thread-messages flex flex-col gap-3">
<ThreadPrimitive.Messages components={THREAD_MESSAGE_COMPONENTS} />
</div>
</div>