@xuda.io/runtime-bundle 1.0.1110 → 1.0.1111
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.
|
@@ -34753,10 +34753,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34753
34753
|
// }
|
|
34754
34754
|
if (!ret.xu_render_background_processing) {
|
|
34755
34755
|
iterate_child($div, nodeP, parent_infoP, $root_container);
|
|
34756
|
-
} else {
|
|
34757
|
-
if (ret.has_xu_render_attribute) {
|
|
34758
|
-
$div.css('display', 'none');
|
|
34759
|
-
}
|
|
34760
34756
|
}
|
|
34761
34757
|
}
|
|
34762
34758
|
|