浏览代码

Fix: web app sidebar cannot close when long title conversation existed (#16593)

tags/1.1.3
KVOJJJin 7 个月前
父节点
当前提交
e2988acc2f
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/base/chat/chat-with-history/sidebar/index.tsx

+ 1
- 1
web/app/components/base/chat/chat-with-history/sidebar/index.tsx 查看文件

@@ -78,7 +78,7 @@ const Sidebar = ({ isPanel }: Props) => {

return (
<div className={cn(
'flex grow flex-col',
'flex w-0 grow flex-col',
isPanel && 'rounded-xl border-[0.5px] border-components-panel-border-subtle bg-components-panel-bg shadow-lg',
)}>
<div className={cn(

正在加载...
取消
保存