@innovastudio/contentbuilder 1.4.22 → 1.4.23

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/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.22",
4
+ "version": "1.4.23",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -5690,7 +5690,8 @@ class Util {
5690
5690
 
5691
5691
  localStorage.removeItem('_htmlview');
5692
5692
  localStorage.removeItem('_pasteresult'); //DON'T HAVE PROP
5693
- //NOT USED
5693
+
5694
+ localStorage.removeItem('_livepreview'); //NOT USED
5694
5695
 
5695
5696
  localStorage.removeItem('_scrollableeditor');
5696
5697
  localStorage.removeItem('_animatedsorting');