mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 12:51:17 -05:00
Prevent conditional loading of ChatView; bug fixes
This commit is contained in:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user