@xuda.io/runtime-bundle 1.0.317 → 1.0.319

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.
@@ -32744,6 +32744,11 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32744
32744
  cond = expCond.result;
32745
32745
  }
32746
32746
  if (!cond) continue;
32747
+
32748
+ if (val.event_modifiers && e[val.event_modifiers]) {
32749
+ e[val.event_modifiers]();
32750
+ }
32751
+
32747
32752
  func.events.add_to_queue(SESSION_ID, 'element event', val2.id, e.type, val2.data.action, val2.data.name, null, $elm.attr('xu-ui-id'), null, null, null, null, null, paramsP.dsSessionP, null, null, null, e.type, val2.data.name, null, null, val2, null, null, null, null, null, null);
32748
32753
  }
32749
32754
  }
@@ -34243,12 +34248,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34243
34248
  // var id = $div.attr('id');
34244
34249
  // }
34245
34250
 
34246
- // if (!_session.running_$div) {
34247
- // _session.running_$div = [];
34248
- // }
34249
-
34250
- // _session.running_$div.push($wrapper);
34251
-
34252
34251
  if (!$div) return;
34253
34252
 
34254
34253
  if (!REFRESHER_IN_PROGRESS && (paramsP.is_mobile_popover || paramsP.is_mobile_page)) {