frontend: Scroll down when appending transcription
This commit is contained in:
parent
7f93c4b978
commit
3b96fb8776
1 changed files with 1 additions and 0 deletions
|
|
@ -666,6 +666,7 @@
|
|||
}).join("");
|
||||
|
||||
linesTranscriptDiv.innerHTML = linesHtml;
|
||||
window.scrollTo({ top: document.body.scrollHeight, behavior: 'smooth' });
|
||||
}
|
||||
|
||||
function updateTimer() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue