@innovastudio/contentbuilder 1.1.15 → 1.1.16

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.1.15",
3
+ "version": "1.1.16",
4
4
  "description": "",
5
5
  "main": "public/contentbuilder/contentbuilder.esm.js",
6
6
  "files": [
@@ -66849,8 +66849,12 @@ class ContentBuilder {
66849
66849
  imageResizer.style.left = '-10px';
66850
66850
  imageResizer.style.width = '1px';
66851
66851
  imageResizer.style.height = '1px';
66852
- this.moveable.updateRect();
66853
- document.querySelector('.moveable-control-box').style.display = 'none';
66852
+
66853
+ try {
66854
+ this.moveable.updateRect();
66855
+ document.querySelector('.moveable-control-box').style.display = 'none';
66856
+ } catch (e) {// Do Nothing
66857
+ }
66854
66858
  }
66855
66859
 
66856
66860
  if (!(a || b || c || d || f || g || h || i || j || o || isSpecialElement) || rowClicked && !i || containerClicked) {