@xuda.io/runtime-bundle 1.0.1081 → 1.0.1083
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
|
@@ -14757,6 +14757,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14757
14757
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|
|
14758
14758
|
nodeP.xu_render_cache_id = xu_render_cache_id;
|
|
14759
14759
|
if (ret.xu_render_in_process) {
|
|
14760
|
+
$([`[xu-ui-id="${xu_ui_id}"]`]).remove;
|
|
14760
14761
|
return $div;
|
|
14761
14762
|
} //else {
|
|
14762
14763
|
// $container.append(temp_$container.children());
|
|
@@ -14765,7 +14766,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14765
14766
|
|
|
14766
14767
|
return $div;
|
|
14767
14768
|
} else {
|
|
14768
|
-
$container.append(temp_$container.children());
|
|
14769
|
+
// $container.append(temp_$container.children());
|
|
14769
14770
|
return $div;
|
|
14770
14771
|
}
|
|
14771
14772
|
} else {
|
|
@@ -12482,6 +12482,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12482
12482
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|
|
12483
12483
|
nodeP.xu_render_cache_id = xu_render_cache_id;
|
|
12484
12484
|
if (ret.xu_render_in_process) {
|
|
12485
|
+
$([`[xu-ui-id="${xu_ui_id}"]`]).remove;
|
|
12485
12486
|
return $div;
|
|
12486
12487
|
} //else {
|
|
12487
12488
|
// $container.append(temp_$container.children());
|
|
@@ -12490,7 +12491,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12490
12491
|
|
|
12491
12492
|
return $div;
|
|
12492
12493
|
} else {
|
|
12493
|
-
$container.append(temp_$container.children());
|
|
12494
|
+
// $container.append(temp_$container.children());
|
|
12494
12495
|
return $div;
|
|
12495
12496
|
}
|
|
12496
12497
|
} else {
|