fix(app): View all sessions flakiness (#10149)
This commit is contained in:
@@ -2136,11 +2136,11 @@ export default function Layout(props: ParentProps) {
|
|||||||
variant="ghost"
|
variant="ghost"
|
||||||
class="flex w-full text-left justify-start text-text-base px-2 hover:bg-transparent active:bg-transparent"
|
class="flex w-full text-left justify-start text-text-base px-2 hover:bg-transparent active:bg-transparent"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
layout.sidebar.open()
|
||||||
if (selected()) {
|
if (selected()) {
|
||||||
setOpen(false)
|
setOpen(false)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
layout.sidebar.open()
|
|
||||||
navigateToProject(props.project.worktree)
|
navigateToProject(props.project.worktree)
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user