text
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user