@innovastudio/contentbuilder 1.5.69 → 1.5.70

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.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');