@xuda.io/runtime-bundle 1.0.1074 → 1.0.1075
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
|
@@ -12654,7 +12654,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12654
12654
|
const init_render = async function () {
|
|
12655
12655
|
nodeP.xu_render_made = value;
|
|
12656
12656
|
if (!value) {
|
|
12657
|
-
return { has_xu_render_attribute: true, xu_render_in_process: true };
|
|
12657
|
+
return { has_xu_render_attribute: true, xu_render_in_process: true, abort: true };
|
|
12658
12658
|
}
|
|
12659
12659
|
return { has_xu_render_attribute: true };
|
|
12660
12660
|
};
|
|
@@ -10379,7 +10379,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10379
10379
|
const init_render = async function () {
|
|
10380
10380
|
nodeP.xu_render_made = value;
|
|
10381
10381
|
if (!value) {
|
|
10382
|
-
return { has_xu_render_attribute: true, xu_render_in_process: true };
|
|
10382
|
+
return { has_xu_render_attribute: true, xu_render_in_process: true, abort: true };
|
|
10383
10383
|
}
|
|
10384
10384
|
return { has_xu_render_attribute: true };
|
|
10385
10385
|
};
|