@xuda.io/xuda-worker-bundle 1.3.2583 → 1.3.2585
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 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -4227,6 +4227,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
4227
4227
|
dsSession_changed: findMin(datasource_changed),
|
|
4228
4228
|
avoid_xu_for_refresh,
|
|
4229
4229
|
trigger,
|
|
4230
|
+
ignore_screen_blocker: true,
|
|
4230
4231
|
});
|
|
4231
4232
|
// await removed from the below function cause to dead lock Mar 3 25
|
|
4232
4233
|
await func.runtime.ui.refresh_screen({
|