Sfoglia il codice sorgente

fix(desktop): issue viewing new files opened from the file tree (#13689)

Shane Bishop 2 mesi fa
parent
commit
cf50a289db
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/app/src/pages/session.tsx

+ 1 - 0
packages/app/src/pages/session.tsx

@@ -272,6 +272,7 @@ export default function Page() {
     if (!path) return
     file.load(path)
     openReviewPanel()
+    tabs().setActive(next)
   }
 
   createEffect(() => {