pb-sxp-ui 1.19.7 → 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.js CHANGED
@@ -19115,7 +19115,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
19115
19115
  if (repCond) {
19116
19116
  setTimeout(() => {
19117
19117
  SXP_EVENT_BUS.emit(SXP_EVENT_TYPE.PAGE_DID_SHOW, item);
19118
- });
19118
+ }, 100);
19119
19119
  backMainFeed('external', selectTag);
19120
19120
  }
19121
19121
  }