@xuda.io/runtime-bundle 1.0.828 → 1.0.829

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.
@@ -34394,10 +34394,10 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34394
34394
  $div.hover(
34395
34395
  function (e) {
34396
34396
  // hover_in($div);
34397
- // func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
34397
+ func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
34398
34398
  },
34399
34399
  function (e) {
34400
- // func.UI.screen.hover_out(SESSION_ID, $container, is_skeleton, paramsP);
34400
+ func.UI.screen.hover_out(SESSION_ID, $container, is_skeleton, paramsP);
34401
34401
  // hover_out();
34402
34402
  },
34403
34403
  );