@xuda.io/runtime-bundle 1.0.787 → 1.0.789

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.
@@ -33506,7 +33506,7 @@ func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div,
33506
33506
  // await
33507
33507
 
33508
33508
  let interval = setInterval(() => {
33509
- if (!$(SESSION_OBJ[SESSION_ID].root_element).find(`[xu-ui-id=${$div.attr('xu-ui-id')}]`).length && $div.attr('xu-ui-id')) return;
33509
+ if (!$(SESSION_OBJ[SESSION_ID].root_element).find(`[xu-ui-id=${$div.attr('xu-ui-id')}]`).length && !$(SESSION_OBJ[SESSION_ID].root_element).find(`[xu-panel-wrapper-id=${$div.attr('xu-ui-id')}]`).length && $div.attr('xu-ui-id')) return $div;
33510
33510
 
33511
33511
  clearInterval(interval);
33512
33512