@xuda.io/runtime-bundle 1.0.1021 → 1.0.1022
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
|
@@ -14764,9 +14764,10 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14764
14764
|
if (glb.new_xu_render) {
|
|
14765
14765
|
if (ret.xu_render_in_process) {
|
|
14766
14766
|
debugger;
|
|
14767
|
-
|
|
14767
|
+
|
|
14768
14768
|
return $div;
|
|
14769
14769
|
} else {
|
|
14770
|
+
$container.append(temp_$container.children());
|
|
14770
14771
|
return $div;
|
|
14771
14772
|
}
|
|
14772
14773
|
} else {
|
|
@@ -12489,9 +12489,10 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12489
12489
|
if (glb.new_xu_render) {
|
|
12490
12490
|
if (ret.xu_render_in_process) {
|
|
12491
12491
|
debugger;
|
|
12492
|
-
|
|
12492
|
+
|
|
12493
12493
|
return $div;
|
|
12494
12494
|
} else {
|
|
12495
|
+
$container.append(temp_$container.children());
|
|
12495
12496
|
return $div;
|
|
12496
12497
|
}
|
|
12497
12498
|
} else {
|