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.
package/dist/index.cjs CHANGED
@@ -19137,7 +19137,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
19137
19137
  if (repCond) {
19138
19138
  setTimeout(() => {
19139
19139
  SXP_EVENT_BUS.emit(SXP_EVENT_TYPE.PAGE_DID_SHOW, item);
19140
- });
19140
+ }, 100);
19141
19141
  backMainFeed('external', selectTag);
19142
19142
  }
19143
19143
  }