@xuda.io/runtime-bundle 1.0.1087 → 1.0.1088

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.
@@ -32343,7 +32343,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32343
32343
  nodeP.xu_render_made = value;
32344
32344
  if (!value) {
32345
32345
  if (has_xu_exp_render_attribute) {
32346
- return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true, abort: true };
32346
+ return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true };
32347
32347
  }
32348
32348
  return { has_xu_render_attribute, abort: true };
32349
32349
  }