--- src/components/xworkmate/XWorkmateWorkspacePage.tsx +++ src/components/xworkmate/XWorkmateWorkspacePage.tsx @@ -582,6 +582,7 @@ const [activeSection, setActiveSection] = useState("assistant"); const [composerValue, setComposerValue] = useState(""); + const [sidebarExpanded, setSidebarExpanded] = useState(true); const setScope = useOpenClawConsoleStore((state) => state.setScope); const applyDefaults = useOpenClawConsoleStore((state) => state.applyDefaults); @@ -663,20 +664,22 @@
-
-