fix(app): close review pane
This commit is contained in:
parent
af3c97f192
commit
f607353be6
6 changed files with 41 additions and 83 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue