mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-12 22:33:28 +00:00
fix(app): show session busy even for active session
This commit is contained in:
parent
b0345284f9
commit
beb97d21ff
1 changed files with 0 additions and 1 deletions
|
|
@ -859,7 +859,6 @@ export default function Layout(props: ParentProps) {
|
|||
return false
|
||||
})
|
||||
const isWorking = createMemo(() => {
|
||||
if (props.session.id === params.id) return false
|
||||
if (hasPermissions()) return false
|
||||
const status = sessionStore.session_status[props.session.id]
|
||||
return status?.type === "busy" || status?.type === "retry"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue