@innovastudio/contentbox 1.0.25 → 1.0.26

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/contentbox",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "",
5
5
  "main": "public/contentbox/contentbox.esm.js",
6
6
  "files": [
@@ -38,7 +38,7 @@
38
38
  "webpack-dev-server": "^4.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@innovastudio/contentbuilder": "^1.0.54",
41
+ "@innovastudio/contentbuilder": "^1.0.55",
42
42
  "axios": "^0.21.4",
43
43
  "cors": "^2.8.5",
44
44
  "express": "^4.17.1",
@@ -62507,7 +62507,7 @@ class Rte {
62507
62507
  setTimeout(() => {
62508
62508
  // setZoomOnControl
62509
62509
  if (this.builder.opts.page !== '') {
62510
- const wrapper = document.querySelector(this.opts.page);
62510
+ const wrapper = document.querySelector(this.builder.opts.page);
62511
62511
  this.builder.setZoomOnControl(wrapper);
62512
62512
  } else {
62513
62513
  const builders = document.querySelectorAll(this.builder.opts.container);