diff options
| author | Adam <[email protected]> | 2025-12-24 09:07:24 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-24 09:07:31 -0600 |
| commit | 8ab533b61668a97266c2fc7576e69969128fa0f0 (patch) | |
| tree | 8f44b486d0e876377f288370cd75701bd35deef9 /packages/ui/src/components | |
| parent | 09a399d8d68e188d31b3914e31bb376709a527ba (diff) | |
| download | opencode-8ab533b61668a97266c2fc7576e69969128fa0f0.tar.gz opencode-8ab533b61668a97266c2fc7576e69969128fa0f0.zip | |
chore: cleanup
Diffstat (limited to 'packages/ui/src/components')
| -rw-r--r-- | packages/ui/src/components/session-turn.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/ui/src/components/session-turn.tsx b/packages/ui/src/components/session-turn.tsx index e5dfd0f1a..a121ef07d 100644 --- a/packages/ui/src/components/session-turn.tsx +++ b/packages/ui/src/components/session-turn.tsx @@ -287,14 +287,12 @@ export function SessionTurn( onCleanup(() => clearInterval(timer)) }) - // Reset summary wait timeout when session starts working createEffect(() => { if (working()) { setStore("summaryWaitTimedOut", false) } }) - // Set timeout when waiting for summary body (only when diffs are present) createEffect(() => { if (working() || !derived().isLastUserMessage) return |
