fix(app): open review sidebar when selecting file from picker (#7096)

pull/7104/head
Justas Raudonius 2026-01-06 18:27:22 +02:00 committed by GitHub
parent 49d837e0c1
commit 4142e1bcf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ export function DialogSelectFile() {
const value = file.tab(path)
tabs().open(value)
file.load(path)
layout.review.open()
}
dialog.close()
}}