@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.
|
@@ -34449,7 +34449,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34449
34449
|
|
|
34450
34450
|
return $div;
|
|
34451
34451
|
} else {
|
|
34452
|
-
$container.append(temp_$container.children());
|
|
34452
|
+
// $container.append(temp_$container.children());
|
|
34453
34453
|
return $div;
|
|
34454
34454
|
}
|
|
34455
34455
|
} else {
|