@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.
@@ -12659,7 +12659,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12659
12659
  nodeP.xu_render_made = value;
12660
12660
  if (!value) {
12661
12661
  if (has_xu_exp_render_attribute) {
12662
- return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true, abort: true };
12662
+ return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true };
12663
12663
  }
12664
12664
  return { has_xu_render_attribute, abort: true };
12665
12665
  }
@@ -10384,7 +10384,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10384
10384
  nodeP.xu_render_made = value;
10385
10385
  if (!value) {
10386
10386
  if (has_xu_exp_render_attribute) {
10387
- return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true, abort: true };
10387
+ return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true };
10388
10388
  }
10389
10389
  return { has_xu_render_attribute, abort: true };
10390
10390
  }