@innovastudio/contentbox 1.5.30 → 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.30",
4
+ "version": "1.5.31",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -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