@xuda.io/runtime-bundle 1.0.842 → 1.0.843

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.
@@ -33764,7 +33764,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
33764
33764
  };
33765
33765
 
33766
33766
  const hover_in = function ($div, e) {
33767
- if (e && (is_skeleton || EXP_BUSY || UI_WORKER_OBJ.jobs.length)) return;
33767
+ if (is_skeleton || (e && (EXP_BUSY || UI_WORKER_OBJ.jobs.length))) return;
33768
33768
  CLIENT_ACTIVITY_TS = Date.now();
33769
33769
  if (_$($container)?.data()?.xuData?.debug_info) _$($container).data().xuData.debug_info.hover_item = $div.attr('xu-ui-id');
33770
33770
  if (!_ds) return;
@@ -34434,7 +34434,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34434
34434
  $(entry.target).trigger('outViewport');
34435
34435
 
34436
34436
  // Optional: stop observing once triggered
34437
- // observer_outViewport.unobserve(entry.target);
34437
+ observer_outViewport.unobserve(entry.target);
34438
34438
  }
34439
34439
  });
34440
34440
  },