You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam.streams.$streamKey/route.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ export function RealtimeStreamViewer({
193
193
clearTimeout(scrollTimeout);
194
194
}
195
195
};
196
-
},[chunks.length]);
196
+
},[chunks.length,viewMode]);
197
197
198
198
// Auto-scroll to bottom when new chunks arrive, if we're at the bottom
199
199
useEffect(()=>{
@@ -210,7 +210,7 @@ export function RealtimeStreamViewer({
0 commit comments