@xuda.io/runtime-bundle 1.0.602 → 1.0.603

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.
@@ -8897,7 +8897,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
8897
8897
 
8898
8898
  $elm.empty();
8899
8899
  let _data = queue_obj.paramsP.elem_val.$elm.data();
8900
- const node_to_render = _data.xuData.node_org.children?.find((e) => e.id === queue_obj?.paramsP?.elem_val?.xu_for_item_id);
8900
+ const node_to_render = _data.xuData.node_org.children?.find((e) => e.id === queue_obj?.paramsP?.xu_for_item_id);
8901
8901
  func.UI.screen.render_ui_tree(
8902
8902
  queue_obj.paramsP.SESSION_ID,
8903
8903
  queue_obj.paramsP.elem_val.$elm,
@@ -8898,7 +8898,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
8898
8898
 
8899
8899
  $elm.empty();
8900
8900
  let _data = queue_obj.paramsP.elem_val.$elm.data();
8901
- const node_to_render = _data.xuData.node_org.children?.find((e) => e.id === queue_obj?.paramsP?.elem_val?.xu_for_item_id);
8901
+ const node_to_render = _data.xuData.node_org.children?.find((e) => e.id === queue_obj?.paramsP?.xu_for_item_id);
8902
8902
  func.UI.screen.render_ui_tree(
8903
8903
  queue_obj.paramsP.SESSION_ID,
8904
8904
  queue_obj.paramsP.elem_val.$elm,