@xuda.io/runtime-bundle 1.0.877 → 1.0.878

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