@xuda.io/runtime-bundle 1.0.859 → 1.0.860

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.
@@ -34437,7 +34437,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34437
34437
  const xu_viewport = async function () {
34438
34438
  const data = { $div, nodeP, parent_infoP, $root_container, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP, $container };
34439
34439
  const container_id = $container.attr('xu-ui-id');
34440
- if (!UI_WORKER_OBJ.pending_for_viewport_render) {
34440
+ if (!UI_WORKER_OBJ.pending_for_viewport_render[container_id]) {
34441
34441
  UI_WORKER_OBJ.pending_for_viewport_render[container_id] = [];
34442
34442
  await iterate_child($div, nodeP, parent_infoP, $root_container);
34443
34443
  }