@xuda.io/runtime-bundle 1.0.784 → 1.0.786

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.
@@ -13839,7 +13839,7 @@ func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div,
13839
13839
  // await
13840
13840
 
13841
13841
  let interval = setInterval(() => {
13842
- if (!$(SESSION_OBJ[SESSION_ID].root_element).find(`[xu-ui-id=${ret_render_$container.attr('xu-ui-id')}]`).length) return;
13842
+ if (!$(SESSION_OBJ[SESSION_ID].root_element).find(`[xu-ui-id=${$div.attr('xu-ui-id')}]`).length) return;
13843
13843
 
13844
13844
  clearInterval(interval);
13845
13845
 
@@ -11547,7 +11547,7 @@ func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div,
11547
11547
  // await
11548
11548
 
11549
11549
  let interval = setInterval(() => {
11550
- if (!$(SESSION_OBJ[SESSION_ID].root_element).find(`[xu-ui-id=${ret_render_$container.attr('xu-ui-id')}]`).length) return;
11550
+ if (!$(SESSION_OBJ[SESSION_ID].root_element).find(`[xu-ui-id=${$div.attr('xu-ui-id')}]`).length) return;
11551
11551
 
11552
11552
  clearInterval(interval);
11553
11553