@xuda.io/xuda-worker-bundle-min 1.3.1109 → 1.3.1111
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/index.js +1 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -8475,7 +8475,7 @@ func.events.execute = async function (
|
|
|
8475
8475
|
"xuda-event-javascript-module.mjs"
|
|
8476
8476
|
);
|
|
8477
8477
|
|
|
8478
|
-
|
|
8478
|
+
return await module.run_javascript(
|
|
8479
8479
|
SESSION_ID,
|
|
8480
8480
|
jobNoP,
|
|
8481
8481
|
dsSession,
|
|
@@ -8484,7 +8484,6 @@ func.events.execute = async function (
|
|
|
8484
8484
|
})(document.querySelector(\`[xu-ui-id=${elementP}]\`))`,
|
|
8485
8485
|
true
|
|
8486
8486
|
);
|
|
8487
|
-
return result
|
|
8488
8487
|
},
|
|
8489
8488
|
loader_on: async function () {
|
|
8490
8489
|
glb.CURRENT_APP_LOADING = null;
|