@lvce-editor/extension-search-view 3.1.0 → 3.2.0

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.
@@ -1063,8 +1063,8 @@ const handleInput = async (state, value) => {
1063
1063
  placeholder: searchExtensionsInMarketPlace()
1064
1064
  };
1065
1065
  }
1066
- const listHeight = getListHeight(items.length, itemHeight, height);
1067
1066
  const total = items.length;
1067
+ const listHeight = getListHeight(total, itemHeight, height);
1068
1068
  const contentHeight = total * itemHeight;
1069
1069
  const scrollBarHeight = getScrollBarSize(height, contentHeight, minimumSliderSize);
1070
1070
  const numberOfVisible = getNumberOfVisibleItems$1(listHeight, itemHeight);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-search-view",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "Extension Search View Worker",
5
5
  "license": "MIT",
6
6
  "author": "Lvce Editor",