mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
chore: cleanup
This commit is contained in:
parent
09a399d8d6
commit
8ab533b616
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user