Fix merge issue
This commit is contained in:
@ -213,6 +213,7 @@ export class Speaker {
|
|||||||
synth.cancel();
|
synth.cancel();
|
||||||
// Set timeout
|
// Set timeout
|
||||||
if(speakerTimeout) clearTimeout(speakerTimeout);
|
if(speakerTimeout) clearTimeout(speakerTimeout);
|
||||||
|
// @ts-ignore
|
||||||
speakerTimeout = setTimeout(() => {
|
speakerTimeout = setTimeout(() => {
|
||||||
synth.speak(utterance);
|
synth.speak(utterance);
|
||||||
}, 200);
|
}, 200);
|
||||||
|
|||||||
Reference in New Issue
Block a user