@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
@@ -105913,9 +105913,11 @@ class ContentBox {
|
|
105913
105913
|
let old2 = this.settings.onChange;
|
105914
105914
|
|
105915
105915
|
this.settings.onChange = () => {
|
105916
|
-
old2.call(this);
|
105917
|
-
|
105918
|
-
|
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
|
|