ソースを参照

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(

読み込み中…
キャンセル
保存