@xuda.io/runtime-bundle 1.0.798 → 1.0.799

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.
@@ -34395,11 +34395,12 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34395
34395
  await iterate_child($div, nodeP, parent_infoP, null, $root_container);
34396
34396
  };
34397
34397
 
34398
- if (nodeP?.attributes?.['xu-viewport'] === 'true') {
34398
+ if (nodeP?.attributes?.['xu-viewport'] == 'true') {
34399
34399
  $div.on('inViewport', function () {
34400
- // render_child();
34401
- iterate_child($div, nodeP, parent_infoP, null, $root_container);
34400
+ render_child();
34401
+ // iterate_child($div, nodeP, parent_infoP, null, $root_container);
34402
34402
  });
34403
+ await iterate_child($('<div>'), nodeP, parent_infoP, null, $root_container);
34403
34404
  observer.observe($div[0]);
34404
34405
  } else {
34405
34406
  await render_child();