@xuda.io/runtime-bundle 1.0.1020 → 1.0.1021
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.
|
@@ -34444,7 +34444,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34444
34444
|
if (!glb.new_xu_render) {
|
|
34445
34445
|
temp_$container = $container;
|
|
34446
34446
|
}
|
|
34447
|
-
const done = async function (ret) {
|
|
34447
|
+
const done = async function (ret = {}) {
|
|
34448
34448
|
if (glb.new_xu_render) {
|
|
34449
34449
|
if (ret.xu_render_in_process) {
|
|
34450
34450
|
debugger;
|