@xuda.io/runtime-bundle 1.0.829 → 1.0.830

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.
@@ -34434,6 +34434,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34434
34434
  // console.log('on>>', 'inViewport_' + $div.attr('xu-ui-id'));
34435
34435
  // $div.on('inViewport_' + $div.attr('xu-ui-id'), function () {
34436
34436
  $div.on('inViewport', function () {
34437
+ func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
34437
34438
  func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'render_viewport', { $div, nodeP, parent_infoP, $root_container, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP, $container }, null, null, paramsP.dsSessionP);
34438
34439
  // render_child();
34439
34440
  // iterate_child($div, nodeP, parent_infoP, null, $root_container);