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

This commit is contained in:
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

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()
}}