@xuda.io/runtime-bundle 1.0.920 → 1.0.921
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.
|
@@ -34178,7 +34178,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34178
34178
|
if ($div.children().length) {
|
|
34179
34179
|
// UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone(true);
|
|
34180
34180
|
$div.empty();
|
|
34181
|
-
const height = $div
|
|
34181
|
+
const height = $div?.data()?.xuData?.viewport_height || 10;
|
|
34182
34182
|
if (typeof height !== 'undefined') {
|
|
34183
34183
|
$div.css('height', height);
|
|
34184
34184
|
}
|