@xuda.io/runtime-bundle 1.0.876 → 1.0.877
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.
|
@@ -34532,7 +34532,8 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34532
34532
|
|
|
34533
34533
|
const height = $div.data().xuData.viewport_height;
|
|
34534
34534
|
if (typeof height !== 'undefined') {
|
|
34535
|
-
$div.css('height', 'unset');
|
|
34535
|
+
// $div.css('height', 'unset');
|
|
34536
|
+
$div[0].style.removeProperty('height');
|
|
34536
34537
|
}
|
|
34537
34538
|
|
|
34538
34539
|
if (UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]) {
|