@seniorsistemas/angular-components 17.26.9-bugfix-sds-309-85a29221 → 17.26.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/seniorsistemas-angular-components.umd.js +0 -3
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/speech-recognition/speech-recognition/speech-recognition.component.js +1 -4
- package/esm5/components/speech-recognition/speech-recognition/speech-recognition.component.js +1 -4
- package/fesm2015/seniorsistemas-angular-components.js +0 -3
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +0 -3
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -13882,9 +13882,6 @@
|
|
|
13882
13882
|
if (this.isDisabledMicrophone || this.isListening) {
|
|
13883
13883
|
return;
|
|
13884
13884
|
}
|
|
13885
|
-
// if (this.isPlayingTextToSpeech) {
|
|
13886
|
-
// this.onCloseToolbar();
|
|
13887
|
-
// }
|
|
13888
13885
|
this.disabled = true;
|
|
13889
13886
|
this.canRenderMicrophone = false;
|
|
13890
13887
|
this.canRenderListeningText = true;
|