@xuda.io/runtime-bundle 1.0.790 → 1.0.791
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.
|
@@ -33509,10 +33509,10 @@ func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div,
|
|
|
33509
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')) {
|
|
33510
33510
|
retries++;
|
|
33511
33511
|
if (retries > 100) {
|
|
33512
|
-
console.
|
|
33513
|
-
|
|
33512
|
+
console.warn('deadlock detected for screen ready');
|
|
33513
|
+
} else {
|
|
33514
|
+
return $div;
|
|
33514
33515
|
}
|
|
33515
|
-
return $div;
|
|
33516
33516
|
}
|
|
33517
33517
|
|
|
33518
33518
|
clearInterval(interval);
|