@innovastudio/contentbox 1.5.30 → 1.5.31

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/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