@xuda.io/runtime-bundle 1.0.1097 → 1.0.1099
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,6 +14880,7 @@ 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_$div.remove();
|
|
14883
14884
|
// $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
14884
14885
|
return $div;
|
|
14885
14886
|
} else {
|
|
@@ -12605,6 +12605,7 @@ 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_$div.remove();
|
|
12608
12609
|
// $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
12609
12610
|
return $div;
|
|
12610
12611
|
} else {
|