@xuda.io/runtime-bundle 1.0.801 → 1.0.802

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.
@@ -34380,6 +34380,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34380
34380
  if (entry.isIntersecting) {
34381
34381
  // Element is in viewport - trigger custom event
34382
34382
  console.log('trigger>>', 'inViewport_' + $(entry.target).attr('xu-ui-id'));
34383
+ hover_in($div);
34383
34384
  $(entry.target).trigger('inViewport_' + $(entry.target).attr('xu-ui-id'));
34384
34385
 
34385
34386
  // Optional: stop observing once triggered