@xuda.io/runtime-bundle 1.0.811 → 1.0.812

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.
@@ -14711,7 +14711,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14711
14711
  $div.hover(
14712
14712
  function (e) {
14713
14713
  // hover_in($div);
14714
- func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
14714
+ // func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
14715
14715
  },
14716
14716
  function (e) {
14717
14717
  func.UI.screen.hover_out(SESSION_ID, $container, is_skeleton, paramsP);
@@ -12419,7 +12419,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12419
12419
  $div.hover(
12420
12420
  function (e) {
12421
12421
  // hover_in($div);
12422
- func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
12422
+ // func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
12423
12423
  },
12424
12424
  function (e) {
12425
12425
  func.UI.screen.hover_out(SESSION_ID, $container, is_skeleton, paramsP);