@innovastudio/contentbuilder 1.5.69 → 1.5.70

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.5.69",
4
+ "version": "1.5.70",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "types": "index.d.ts",
@@ -82074,6 +82074,7 @@ class Dictation {
82074
82074
  renderPanel() {
82075
82075
  const builderStuff = this.builder.builderStuff;
82076
82076
  this.builderStuff = builderStuff;
82077
+ if (builderStuff.querySelector('.page-command')) return;
82077
82078
  const util = this.builder.util;
82078
82079
  this.util = util;
82079
82080
  let disclaimerText = util.out('AI-Disclaimer');