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