fix(tui): keep background shell spinner active
This commit is contained in:
parent
0a60662d71
commit
24ab17e718
7 changed files with 159 additions and 28 deletions
|
|
@ -168,7 +168,7 @@ export function Prompt(props: PromptProps) {
|
|||
.length,
|
||||
)
|
||||
const runningShells = createMemo(
|
||||
() => data.shell.list().filter((shell) => shell.metadata.sessionID === props.sessionID).length,
|
||||
() => data.shell.list(currentLocation()).filter((shell) => shell.metadata.sessionID === props.sessionID).length,
|
||||
)
|
||||
const history = usePromptHistory()
|
||||
const stash = usePromptStash()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue