@xuda.io/runtime-bundle 1.0.1267 → 1.0.1269
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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -8506,8 +8506,7 @@ func.UI.worker.init = async function (SESSION_ID) {
|
|
|
8506
8506
|
|
|
8507
8507
|
// execute - if active job element not exist the current job ui and not detected as parent element
|
|
8508
8508
|
await func.UI.worker.execute(val.SESSION_ID, val);
|
|
8509
|
-
|
|
8510
|
-
break;
|
|
8509
|
+
continue;
|
|
8511
8510
|
|
|
8512
8511
|
// active_job_children_elements = [];
|
|
8513
8512
|
// if (val.elementP) {
|
|
@@ -8507,8 +8507,7 @@ func.UI.worker.init = async function (SESSION_ID) {
|
|
|
8507
8507
|
|
|
8508
8508
|
// execute - if active job element not exist the current job ui and not detected as parent element
|
|
8509
8509
|
await func.UI.worker.execute(val.SESSION_ID, val);
|
|
8510
|
-
|
|
8511
|
-
break;
|
|
8510
|
+
continue;
|
|
8512
8511
|
|
|
8513
8512
|
// active_job_children_elements = [];
|
|
8514
8513
|
// if (val.elementP) {
|