@innovastudio/contentbox 1.5.29 → 1.5.31

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.5.29",
4
+ "version": "1.5.31",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -46,7 +46,7 @@
46
46
  "webpack-dev-server": "^4.0.0"
47
47
  },
48
48
  "dependencies": {
49
- "@innovastudio/contentbuilder": "^1.4.22",
49
+ "@innovastudio/contentbuilder": "^1.4.23",
50
50
  "js-beautify": "^1.14.0"
51
51
  }
52
52
  }
@@ -2063,6 +2063,7 @@ class SideBar {
2063
2063
  setTimeout(()=>{
2064
2064
  designList.innerHTML = '';
2065
2065
  designList.style.opacity = 1;
2066
+ designList.scrollTop = 0;
2066
2067
 
2067
2068
  let nIndex = 0;
2068
2069
 
@@ -20068,7 +20069,8 @@ class Util$1 {
20068
20069
 
20069
20070
  localStorage.removeItem('_htmlview');
20070
20071
  localStorage.removeItem('_pasteresult'); //DON'T HAVE PROP
20071
- //NOT USED
20072
+
20073
+ localStorage.removeItem('_livepreview'); //NOT USED
20072
20074
 
20073
20075
  localStorage.removeItem('_scrollableeditor');
20074
20076
  localStorage.removeItem('_animatedsorting');