@xuda.io/runtime-bundle 1.0.626 → 1.0.627
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
|
@@ -14571,6 +14571,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14571
14571
|
if (nodeP.children.length) {
|
|
14572
14572
|
const default_children_ret = await func.UI.screen.render_ui_tree(SESSION_ID, $container, nodeP.children[0], parent_infoP, paramsP, jobNoP, null, 0, null, nodeP, null, $root_container);
|
|
14573
14573
|
debugger;
|
|
14574
|
+
await done(default_children_ret);
|
|
14574
14575
|
}
|
|
14575
14576
|
},
|
|
14576
14577
|
};
|
|
@@ -12302,6 +12302,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12302
12302
|
if (nodeP.children.length) {
|
|
12303
12303
|
const default_children_ret = await func.UI.screen.render_ui_tree(SESSION_ID, $container, nodeP.children[0], parent_infoP, paramsP, jobNoP, null, 0, null, nodeP, null, $root_container);
|
|
12304
12304
|
debugger;
|
|
12305
|
+
await done(default_children_ret);
|
|
12305
12306
|
}
|
|
12306
12307
|
},
|
|
12307
12308
|
};
|