@xuda.io/runtime-bundle 1.0.1265 → 1.0.1266

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.
@@ -37028,7 +37028,7 @@ func.UI.screen.render_ui_tree_bad = async function (SESSION_ID, $container, node
37028
37028
  return;
37029
37029
  }
37030
37030
 
37031
- hover_in($div);
37031
+ // hover_in($div);
37032
37032
  ui_job_id = 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);
37033
37033
  observer_outViewport.observe($div[0]);
37034
37034
  });