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:
hermes-seaeye[bot] 2026-07-31 03:08:09 +00:00 committed by GitHub
parent ab158e8088
commit b1858f33a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.