@innovastudio/contentbox 1.5.7 → 1.5.8

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.5.7",
4
+ "version": "1.5.8",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -105913,9 +105913,11 @@ class ContentBox {
105913
105913
  let old2 = this.settings.onChange;
105914
105914
 
105915
105915
  this.settings.onChange = () => {
105916
- old2.call(this); // setTimeout(()=>{
105917
- // this.quickPosTool();
105918
- // }, 100);
105916
+ old2.call(this);
105917
+ setTimeout(() => {
105918
+ // this.quickPosTool();
105919
+ this.editor.livePreview.previewRefresh();
105920
+ }, 100);
105919
105921
  }; // Hidden placement for builder things
105920
105922
 
105921
105923