Prevent conditional loading of ChatView; bug fixes

This commit is contained in:
Saoud Rizwan
2024-07-10 05:48:22 -04:00
parent fc9b1435fd
commit fa2669802d
3 changed files with 35 additions and 14 deletions

View File

@@ -99,7 +99,9 @@ const CodeBlock = ({ code, diff, language, path }: CodeBlockProps) => {
justifyContent: "space-between",
alignItems: "center",
padding: "6px 10px",
}}>
cursor: "pointer",
}}
onClick={() => setIsExpanded(!isExpanded)}>
<span
style={{
color: "var(--vscode-descriptionForeground)",