mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
fmt(js): npm run fix on merge (#75159)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
ab158e8088
commit
b1858f33a1
1 changed files with 1 additions and 2 deletions
|
|
@ -295,8 +295,7 @@ export function TreeGroup({
|
|||
// A pane whose store owns Close keeps the gesture even when the pane itself
|
||||
// is uncloseable — the workspace tab empties to a fresh draft rather than
|
||||
// leaving the tree.
|
||||
const closeableTab = (paneId: string) =>
|
||||
!paneChrome(paneFor(paneId)).uncloseable || panesWithCloser.has(paneId)
|
||||
const closeableTab = (paneId: string) => !paneChrome(paneFor(paneId)).uncloseable || panesWithCloser.has(paneId)
|
||||
|
||||
// Collapse/restore a tool panel (or plain minimize elsewhere) — the header
|
||||
// chevron + tap gesture, routed so ⌃`/the titlebar toggle stay truthful.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue