Fix extracted text flashing on SSE stream updates

This commit is contained in:
Gregory Schier
2026-07-21 07:59:19 -07:00
parent 0c24d6562a
commit 57fffe5a41
2 changed files with 2 additions and 1 deletions
@@ -219,7 +219,7 @@ function ActualEventStreamViewer({ response }: Props) {
<SseSummaryFooter
style={style}
error={summary.error ? String(summary.error) : null}
isLoading={summary.isLoading}
isLoading={summary.isLoading && summary.data == null}
onRenderMarkdownChange={renderMarkdownSetting.set}
renderMarkdown={renderMarkdown}
resultKeyPath={summarySettings.resultKeyPath ?? ""}