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

This commit is contained in:
adamelmore
2026-01-27 15:22:47 -06:00
parent e5b18674f9
commit 1d5ee3e587

View File

@@ -576,7 +576,6 @@ export default function Layout(props: ParentProps) {
openProject(next.worktree, false)
navigateToProject(next.worktree)
},
{ defer: true },
),
)