@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -13842,10 +13842,10 @@ func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div,
|
|
|
13842
13842
|
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')) {
|
|
13843
13843
|
retries++;
|
|
13844
13844
|
if (retries > 100) {
|
|
13845
|
-
console.
|
|
13846
|
-
|
|
13845
|
+
console.warn('deadlock detected for screen ready');
|
|
13846
|
+
} else {
|
|
13847
|
+
return $div;
|
|
13847
13848
|
}
|
|
13848
|
-
return $div;
|
|
13849
13849
|
}
|
|
13850
13850
|
|
|
13851
13851
|
clearInterval(interval);
|
|
@@ -11550,10 +11550,10 @@ func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div,
|
|
|
11550
11550
|
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')) {
|
|
11551
11551
|
retries++;
|
|
11552
11552
|
if (retries > 100) {
|
|
11553
|
-
console.
|
|
11554
|
-
|
|
11553
|
+
console.warn('deadlock detected for screen ready');
|
|
11554
|
+
} else {
|
|
11555
|
+
return $div;
|
|
11555
11556
|
}
|
|
11556
|
-
return $div;
|
|
11557
11557
|
}
|
|
11558
11558
|
|
|
11559
11559
|
clearInterval(interval);
|