From 29ffaaf211eaa0c596133ae74e11f0e850b96094 Mon Sep 17 00:00:00 2001 From: balex Date: Sun, 1 Mar 2026 17:03:39 +0100 Subject: [PATCH] text --- src/public/index.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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', () => {