@xuda.io/runtime-bundle 1.0.1096 → 1.0.1098
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
|
@@ -14880,10 +14880,11 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14880
14880
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|
|
14881
14881
|
nodeP.xu_render_cache_id = xu_render_cache_id;
|
|
14882
14882
|
if (ret.xu_render_background_processing) {
|
|
14883
|
+
temp_$container.remove();
|
|
14883
14884
|
// $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
14884
14885
|
return $div;
|
|
14885
14886
|
} else {
|
|
14886
|
-
|
|
14887
|
+
temp_$div.replaceWith($div);
|
|
14887
14888
|
return $div;
|
|
14888
14889
|
}
|
|
14889
14890
|
} else {
|
|
@@ -12605,10 +12605,11 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12605
12605
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|
|
12606
12606
|
nodeP.xu_render_cache_id = xu_render_cache_id;
|
|
12607
12607
|
if (ret.xu_render_background_processing) {
|
|
12608
|
+
temp_$container.remove();
|
|
12608
12609
|
// $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
12609
12610
|
return $div;
|
|
12610
12611
|
} else {
|
|
12611
|
-
|
|
12612
|
+
temp_$div.replaceWith($div);
|
|
12612
12613
|
return $div;
|
|
12613
12614
|
}
|
|
12614
12615
|
} else {
|