@xuda.io/runtime-bundle 1.0.968 → 1.0.969
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.
|
@@ -27574,9 +27574,9 @@ func.UI.worker.init = async function (SESSION_ID) {
|
|
|
27574
27574
|
if (!$elm.data().xuData) return true;
|
|
27575
27575
|
$elm.data().xuData.pending_to_delete = true;
|
|
27576
27576
|
});
|
|
27577
|
+
await func.UI.worker.delete_job(SESSION_ID, running_job_obj.job_num);
|
|
27578
|
+
break;
|
|
27577
27579
|
}
|
|
27578
|
-
await func.UI.worker.delete_job(SESSION_ID, running_job_obj.job_num);
|
|
27579
|
-
break;
|
|
27580
27580
|
}
|
|
27581
27581
|
|
|
27582
27582
|
// execute - if active job element not exist the current job ui and not detected as parent element
|