text
This commit is contained in:
@@ -942,10 +942,7 @@ function stopRecording() {
|
|||||||
}
|
}
|
||||||
recordBtn.classList.remove('recording');
|
recordBtn.classList.remove('recording');
|
||||||
recordHint.textContent = 'Tippen zum Aufnehmen';
|
recordHint.textContent = 'Tippen zum Aufnehmen';
|
||||||
if (state.transcript) {
|
|
||||||
transcriptBox.contentEditable = 'true';
|
transcriptBox.contentEditable = 'true';
|
||||||
transcriptBox.focus();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
recordBtn.addEventListener('click', () => {
|
recordBtn.addEventListener('click', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user