@xuda.io/runtime-bundle 1.0.830 → 1.0.831
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.
|
@@ -27848,7 +27848,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
27848
27848
|
render_viewport: async function () {
|
|
27849
27849
|
const { nodeP, $div, parent_infoP, $root_container, jobNoP, is_skeleton, paramsP, $container } = queue_obj?.paramsP || {};
|
|
27850
27850
|
if (nodeP?.children?.length) {
|
|
27851
|
-
func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
|
|
27851
|
+
// func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
|
|
27852
27852
|
// setTimeout(async () => {
|
|
27853
27853
|
for await (const [key, val] of Object.entries(nodeP.children)) {
|
|
27854
27854
|
const ret = await func.UI.screen.render_ui_tree(SESSION_ID, $div, nodeP.children[key], parent_infoP, paramsP, jobNoP, is_skeleton, Number(key), null, nodeP, null, $root_container);
|
|
@@ -27856,9 +27856,9 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
27856
27856
|
// return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|
|
27857
27857
|
// }, 1000);
|
|
27858
27858
|
}
|
|
27859
|
-
setTimeout(async () => {
|
|
27860
|
-
|
|
27861
|
-
}, 10000);
|
|
27859
|
+
// setTimeout(async () => {
|
|
27860
|
+
return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|
|
27861
|
+
// }, 10000);
|
|
27862
27862
|
},
|
|
27863
27863
|
};
|
|
27864
27864
|
|