From 3b96fb8776de399f1f94700d3636888513d7a1bb Mon Sep 17 00:00:00 2001 From: David Gumberg Date: Tue, 12 Aug 2025 17:31:32 -0700 Subject: [PATCH] frontend: Scroll down when appending transcription --- whisperlivekit/web/live_transcription.html | 1 + 1 file changed, 1 insertion(+) diff --git a/whisperlivekit/web/live_transcription.html b/whisperlivekit/web/live_transcription.html index e27189d..b851e8e 100644 --- a/whisperlivekit/web/live_transcription.html +++ b/whisperlivekit/web/live_transcription.html @@ -666,6 +666,7 @@ }).join(""); linesTranscriptDiv.innerHTML = linesHtml; + window.scrollTo({ top: document.body.scrollHeight, behavior: 'smooth' }); } function updateTimer() {