@innovastudio/contentbuilder 1.4.64 → 1.4.65
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/package.json
CHANGED
|
@@ -77305,6 +77305,10 @@ class Dictation {
|
|
|
77305
77305
|
this.util = util;
|
|
77306
77306
|
const builderStuff = this.builder.builderStuff;
|
|
77307
77307
|
this.builderStuff = builderStuff;
|
|
77308
|
+
if (localStorage.getItem('_mic') === null) {
|
|
77309
|
+
localStorage.setItem('_mic', '0'); // make mic disable by default
|
|
77310
|
+
}
|
|
77311
|
+
|
|
77308
77312
|
const commandInfo = this.builder.commandInfo;
|
|
77309
77313
|
let htmlList = '';
|
|
77310
77314
|
for (const key in commandInfo) {
|