@xuda.io/runtime-bundle 1.0.1081 → 1.0.1082
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
|
@@ -14765,7 +14765,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14765
14765
|
|
|
14766
14766
|
return $div;
|
|
14767
14767
|
} else {
|
|
14768
|
-
$container.append(temp_$container.children());
|
|
14768
|
+
// $container.append(temp_$container.children());
|
|
14769
14769
|
return $div;
|
|
14770
14770
|
}
|
|
14771
14771
|
} else {
|
|
@@ -12490,7 +12490,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12490
12490
|
|
|
12491
12491
|
return $div;
|
|
12492
12492
|
} else {
|
|
12493
|
-
$container.append(temp_$container.children());
|
|
12493
|
+
// $container.append(temp_$container.children());
|
|
12494
12494
|
return $div;
|
|
12495
12495
|
}
|
|
12496
12496
|
} else {
|