Fix merge issue

This commit is contained in:
2023-11-11 00:42:05 +02:00
parent f743870232
commit 43d6d6831b

View File

@ -213,6 +213,7 @@ export class Speaker {
synth.cancel();
// Set timeout
if(speakerTimeout) clearTimeout(speakerTimeout);
// @ts-ignore
speakerTimeout = setTimeout(() => {
synth.speak(utterance);
}, 200);