summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/ui/src/components/session-turn.tsx2
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