diff --git a/src/public/index.html b/src/public/index.html index fd8eb09..da0c823 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -942,10 +942,7 @@ function stopRecording() { } recordBtn.classList.remove('recording'); recordHint.textContent = 'Tippen zum Aufnehmen'; - if (state.transcript) { - transcriptBox.contentEditable = 'true'; - transcriptBox.focus(); - } + transcriptBox.contentEditable = 'true'; } recordBtn.addEventListener('click', () => {