@xuda.io/runtime-bundle 1.0.1021 → 1.0.1023
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.
|
@@ -34448,9 +34448,10 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34448
34448
|
if (glb.new_xu_render) {
|
|
34449
34449
|
if (ret.xu_render_in_process) {
|
|
34450
34450
|
debugger;
|
|
34451
|
-
|
|
34451
|
+
|
|
34452
34452
|
return $div;
|
|
34453
34453
|
} else {
|
|
34454
|
+
$container.append(temp_$container.children());
|
|
34454
34455
|
return $div;
|
|
34455
34456
|
}
|
|
34456
34457
|
} else {
|
|
@@ -34478,7 +34479,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34478
34479
|
|
|
34479
34480
|
let ret = await func.UI.screen.set_attributes_new(SESSION_ID, is_skeleton, $root_container, nodeP, temp_$container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, $div, true);
|
|
34480
34481
|
if (ret.abort || nodeP.tagName === 'svg' || !_.isEmpty(nodeP?.attributes?.['xu-text']) || !_.isEmpty(nodeP?.attributes?.['xu-html']) || !_.isEmpty(nodeP?.attributes?.['xu-exp:xu-text']) || !_.isEmpty(nodeP?.attributes?.['xu-exp:xu-html'])) {
|
|
34481
|
-
return await done();
|
|
34482
|
+
return await done(ret);
|
|
34482
34483
|
}
|
|
34483
34484
|
// check if iterator made to prevent children render
|
|
34484
34485
|
|