@xuda.io/runtime-bundle 1.0.1290 → 1.0.1291

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.
@@ -32041,8 +32041,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32041
32041
  var _session = SESSION_OBJ[SESSION_ID];
32042
32042
  var _ds = _session.DS_GLB[paramsP.dsSessionP];
32043
32043
  var _refreshed_ds = _session.DS_GLB[refreshed_ds];
32044
- let create_new_ds = refreshed_ds && _refreshed_ds.prog_id !== prog_id;
32045
- //let create_new_ds = prog_id !== _ds.prog_id
32044
+ const create_new_ds = refreshed_ds && _refreshed_ds?.prog_id !== prog_id;
32045
+ //const create_new_ds = prog_id !== _ds.prog_id
32046
32046
 
32047
32047
  const init_program = async function () {
32048
32048
  async function render_panel() {