@innovastudio/contentbuilder 1.0.54 → 1.0.55

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "description": "",
5
5
  "main": "public/contentbuilder/contentbuilder.esm.js",
6
6
  "files": [
@@ -53394,7 +53394,7 @@ class Rte {
53394
53394
  setTimeout(() => {
53395
53395
  // setZoomOnControl
53396
53396
  if (this.builder.opts.page !== '') {
53397
- const wrapper = document.querySelector(this.opts.page);
53397
+ const wrapper = document.querySelector(this.builder.opts.page);
53398
53398
  this.builder.setZoomOnControl(wrapper);
53399
53399
  } else {
53400
53400
  const builders = document.querySelectorAll(this.builder.opts.container);