fix(app): close review pane

This commit is contained in:
adamelmore 2026-01-28 10:26:55 -06:00
commit f607353be6
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
6 changed files with 41 additions and 83 deletions

View file

@ -57,6 +57,7 @@ export function SessionContextUsage(props: SessionContextUsageProps) {
const openContext = () => {
if (!params.id) return
layout.fileTree.open()
layout.fileTree.setTab("all")
tabs().open("context")
tabs().setActive("context")