@xuda.io/runtime-bundle 1.0.1083 → 1.0.1084
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.
|
@@ -34441,7 +34441,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34441
34441
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|
|
34442
34442
|
nodeP.xu_render_cache_id = xu_render_cache_id;
|
|
34443
34443
|
if (ret.xu_render_in_process) {
|
|
34444
|
-
$(
|
|
34444
|
+
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
|
|
34445
34445
|
return $div;
|
|
34446
34446
|
} //else {
|
|
34447
34447
|
// $container.append(temp_$container.children());
|