fix(app): not auto-navigating to last project

This commit is contained in:
adamelmore
2026-01-27 15:22:47 -06:00
parent 445d4675da
commit 52499cf84a
-1
View File
@@ -576,7 +576,6 @@ export default function Layout(props: ParentProps) {
openProject(next.worktree, false)
navigateToProject(next.worktree)
},
{ defer: true },
),
)