fix(app): open review sidebar when selecting file from picker (#7096)
This commit is contained in:
parent
49d837e0c1
commit
4142e1bcf6
@ -27,6 +27,7 @@ export function DialogSelectFile() {
|
||||
const value = file.tab(path)
|
||||
tabs().open(value)
|
||||
file.load(path)
|
||||
layout.review.open()
|
||||
}
|
||||
dialog.close()
|
||||
}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user