Browse Source

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

Justas Raudonius 1 month ago
parent
commit
4142e1bcf6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/app/src/components/dialog-select-file.tsx

+ 1 - 0
packages/app/src/components/dialog-select-file.tsx

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