@xuda.io/runtime-bundle 1.0.854 → 1.0.855

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.
@@ -34442,6 +34442,10 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34442
34442
  );
34443
34443
 
34444
34444
  if (nodeP?.attributes?.['xu-viewport'] == 'true') {
34445
+ if ($div.parent().data().xuData.viewport_elm_height) {
34446
+ $div.css(height, $div.parent().data().xuData.viewport_elm_height);
34447
+ }
34448
+
34445
34449
  $div.on('inViewport', function () {
34446
34450
  if ($div.children().length) {
34447
34451
  $div.removeClass('skeleton');