frontend: Scroll down when appending transcription

This commit is contained in:
David Gumberg
2025-08-12 17:31:32 -07:00
parent 7f93c4b978
commit 3b96fb8776

View File

@@ -666,6 +666,7 @@
}).join("");
linesTranscriptDiv.innerHTML = linesHtml;
window.scrollTo({ top: document.body.scrollHeight, behavior: 'smooth' });
}
function updateTimer() {