@xuda.io/runtime-bundle 1.0.1267 → 1.0.1268

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.
@@ -27654,7 +27654,8 @@ func.UI.worker.init = async function (SESSION_ID) {
27654
27654
 
27655
27655
  // skip - if job element exist in the active job ui as child element
27656
27656
  if (running_job_children_elements.includes(active_xu_ui_id)) {
27657
- continue;
27657
+ // continue;
27658
+ break;
27658
27659
  }
27659
27660
 
27660
27661
  // abort - if active job element exist in the current job ui (parent element changed)