فهرست منبع

chore: cleanup

Adam 7 ماه پیش
والد
کامیت
5de8dd131b
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      packages/ui/src/components/session-turn.tsx

+ 0 - 2
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