fix(app): suspend hidden terminal renderer (#33990)
Co-authored-by: Test <test@opencode.test>
This commit is contained in:
committed by
GitHub
parent
7f01adb1bc
commit
dbac3a0f0b
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user