pb-sxp-ui 1.19.6 → 1.19.8

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.
@@ -153,7 +153,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
153
153
  if (repCond) {
154
154
  setTimeout(() => {
155
155
  SXP_EVENT_BUS.emit(SXP_EVENT_TYPE.PAGE_DID_SHOW, item);
156
- });
156
+ }, 100);
157
157
  backMainFeed('external', selectTag);
158
158
  }
159
159
  }
@@ -156,7 +156,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
156
156
  if (repCond) {
157
157
  setTimeout(() => {
158
158
  event_1.default.emit(event_1.SXP_EVENT_TYPE.PAGE_DID_SHOW, item);
159
- });
159
+ }, 100);
160
160
  backMainFeed('external', selectTag);
161
161
  }
162
162
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pb-sxp-ui",
3
- "version": "1.19.6",
3
+ "version": "1.19.8",
4
4
  "description": "React enterprise-class UI components",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",