mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-10 08:32:09 +00:00
feat(desktop): hover-reveal the file-browser sidebar too
The reveal mechanism already lives in the shared Pane primitive — the right rail just opts in with hoverReveal. Its content renders unconditionally, so (unlike the chat sidebar) it needs no extra content-visibility gating.
This commit is contained in:
parent
2fd15c323e
commit
27df0959aa
1 changed files with 1 additions and 0 deletions
|
|
@ -848,6 +848,7 @@ export function DesktopController() {
|
|||
<Pane
|
||||
defaultOpen={false}
|
||||
disabled={!chatOpen}
|
||||
hoverReveal
|
||||
id="file-browser"
|
||||
key="file-browser"
|
||||
maxWidth={FILE_BROWSER_MAX_WIDTH}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue