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

This commit is contained in:
Shane Bishop
2026-02-15 07:48:40 -08:00
committed by GitHub
parent 3c85cf4fac
commit cf50a289db

View File

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