@blocklet/list 0.10.47 → 0.10.49

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.
@@ -186,9 +186,7 @@ function FilterProvider(_ref) {
186
186
  onFilterChange(changeData);
187
187
  },
188
188
  loadMore: () => {
189
- setTimeout(() => {
190
- _loadMore();
191
- }, 1000);
189
+ _loadMore();
192
190
  },
193
191
  getCategoryLocale: category => {
194
192
  if (!category) return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/list",
3
- "version": "0.10.47",
3
+ "version": "0.10.49",
4
4
  "description": "Common ux components of blocklet",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -42,7 +42,7 @@
42
42
  "dependencies": {
43
43
  "@algolia/autocomplete-js": "^1.7.1",
44
44
  "@algolia/autocomplete-theme-classic": "^1.7.1",
45
- "@arcblock/ux": "^2.4.62",
45
+ "@arcblock/ux": "^2.4.65",
46
46
  "@emotion/react": "^11.10.0",
47
47
  "@emotion/styled": "^11.10.0",
48
48
  "@mui/icons-material": "^5.8.4",
@@ -70,5 +70,5 @@
70
70
  "eslint": "^8.22.0",
71
71
  "prettier": "^2.7.1"
72
72
  },
73
- "gitHead": "cd0967c4d3103065f6a19345ae4788e3aa49ebfb"
73
+ "gitHead": "254f04d4b819ea553b6ec13498080ff76fa74932"
74
74
  }
@@ -158,9 +158,7 @@ function FilterProvider({
158
158
  onFilterChange(changeData);
159
159
  },
160
160
  loadMore: () => {
161
- setTimeout(() => {
162
- loadMore();
163
- }, 1000);
161
+ loadMore();
164
162
  },
165
163
  getCategoryLocale: (category) => {
166
164
  if (!category) return null;