mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-05 22:17:42 +00:00
feat: show .env syntax highlighting and markdown viewer
This commit is contained in:
@@ -90,7 +90,7 @@ export function useSidebarController({
|
||||
}, [projects]);
|
||||
|
||||
useEffect(() => {
|
||||
if (selectedSession && selectedProject) {
|
||||
if (selectedProject) {
|
||||
setExpandedProjects((prev) => {
|
||||
if (prev.has(selectedProject.name)) {
|
||||
return prev;
|
||||
|
||||
Reference in New Issue
Block a user