block autoScroll on user interrupt

This commit is contained in:
ManishMadan2882
2024-03-14 02:25:33 +05:30
parent 2447bab924
commit adfc79bf92
2 changed files with 17 additions and 15 deletions

View File

@@ -54,7 +54,6 @@ export function fetchAnswerStreaming({
value,
}: ReadableStreamReadResult<Uint8Array>) => {
if (done) {
console.log(counterrr);
resolve();
return;
}