fix(app): suspend hidden terminal renderer (#33990)
Co-authored-by: Test <test@opencode.test>
This commit is contained in:
parent
28a00ad6af
commit
45badf7163
2 changed files with 80 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ export function TerminalPanel() {
|
|||
</Tabs.List>
|
||||
</Tabs>
|
||||
<div class="flex-1 min-h-0 relative">
|
||||
<Show when={terminal.active()} keyed>
|
||||
<Show when={opened() && terminal.active()} keyed>
|
||||
{(id) => {
|
||||
const ops = terminal.bind()
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue