fix(app): View all sessions flakiness (#10149)

This commit is contained in:
Devin Griffin
2026-01-23 04:57:10 -06:00
committed by GitHub
parent d3688b150a
commit c72d9a473c

View File

@@ -2136,11 +2136,11 @@ export default function Layout(props: ParentProps) {
variant="ghost"
class="flex w-full text-left justify-start text-text-base px-2 hover:bg-transparent active:bg-transparent"
onClick={() => {
layout.sidebar.open()
if (selected()) {
setOpen(false)
return
}
layout.sidebar.open()
navigateToProject(props.project.worktree)
}}
>