@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 +1 -1
- package/public/contentbuilder/contentbuilder.esm.js +2 -1
- package/public/contentbuilder/contentbuilder.min.js +1 -1
- package/public/contentbuilder/lang/en.js +2 -1
- package/public/contentbuilder/lang/fr.js +2 -1
- package/public/contentbuilder/plugins/preview/plugin.js +1 -1
- package/public/contentbuilder/plugins/symbols/plugin.js +1 -1
- package/public/contentbuilder/plugins/wordcount/plugin.js +1 -1
package/package.json
CHANGED
@@ -5690,7 +5690,8 @@ class Util {
|
|
5690
5690
|
|
5691
5691
|
localStorage.removeItem('_htmlview');
|
5692
5692
|
localStorage.removeItem('_pasteresult'); //DON'T HAVE PROP
|
5693
|
-
|
5693
|
+
|
5694
|
+
localStorage.removeItem('_livepreview'); //NOT USED
|
5694
5695
|
|
5695
5696
|
localStorage.removeItem('_scrollableeditor');
|
5696
5697
|
localStorage.removeItem('_animatedsorting');
|