Skip to content

Commit cf50a28

Browse files
authored
fix(desktop): issue viewing new files opened from the file tree (anomalyco#13689)
1 parent 3c85cf4 commit cf50a28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/app/src/pages/session.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ export default function Page() {
272272
if (!path) return
273273
file.load(path)
274274
openReviewPanel()
275+
tabs().setActive(next)
275276
}
276277

277278
createEffect(() => {

0 commit comments

Comments
 (0)