@innovastudio/contentbuilder 1.4.64 → 1.4.65

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.64",
4
+ "version": "1.4.65",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -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) {