@xuda.io/runtime-bundle 1.0.422 → 1.0.423

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.
@@ -27826,8 +27826,8 @@ func.UI.utils.get_panels_wrapper_from_dom = async function (SESSION_ID, $xu_embe
27826
27826
  let exp_ret = await func.expression.get(SESSION_ID, exp, $xu_embed_container?.data()?.xuData?.paramsP?.dsSessionP, 'UI Attr EXP');
27827
27827
  prog_id = func.UI.screen.fix_val_defaults('program', exp_ret.result);
27828
27828
  }
27829
-
27830
- if (!ignore_disableAutoRefresh && _ds.tree_obj.disableAutoRefresh) {
27829
+ let prog_obj = await func.utils.DOCS_OBJ.get(SESSION_ID, prog_id);
27830
+ if (!ignore_disableAutoRefresh && prog_obj.properties.disableAutoRefresh) {
27831
27831
  continue;
27832
27832
  }
27833
27833