mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 01:12:15 +00:00
fix(app): open review sidebar when selecting file from picker (#7096)
This commit is contained in:
parent
49d837e0c1
commit
4142e1bcf6
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ export function DialogSelectFile() {
|
|||
const value = file.tab(path)
|
||||
tabs().open(value)
|
||||
file.load(path)
|
||||
layout.review.open()
|
||||
}
|
||||
dialog.close()
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue