mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 17:58:41 +00:00
fix cs
This commit is contained in:
parent
1174a90dfe
commit
c9580a9d43
|
|
@ -58,7 +58,7 @@ export class VoiceManager
|
|||
this.recognition.grammars = this.speechRecognitionList;
|
||||
}
|
||||
|
||||
this.recognition.onstart = function() {};
|
||||
this.recognition.onstart = function() {};
|
||||
this.recognition.addEventListener('end', this.recognition.start);
|
||||
|
||||
this.recognition.onresult = function(event)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user