@xuda.io/runtime-bundle 1.0.1265 → 1.0.1267
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.
|
@@ -27674,7 +27674,8 @@ func.UI.worker.init = async function (SESSION_ID) {
|
|
|
27674
27674
|
|
|
27675
27675
|
// execute - if active job element not exist the current job ui and not detected as parent element
|
|
27676
27676
|
await func.UI.worker.execute(val.SESSION_ID, val);
|
|
27677
|
-
continue;
|
|
27677
|
+
// continue;
|
|
27678
|
+
break;
|
|
27678
27679
|
|
|
27679
27680
|
// active_job_children_elements = [];
|
|
27680
27681
|
// if (val.elementP) {
|
|
@@ -37028,7 +37029,7 @@ func.UI.screen.render_ui_tree_bad = async function (SESSION_ID, $container, node
|
|
|
37028
37029
|
return;
|
|
37029
37030
|
}
|
|
37030
37031
|
|
|
37031
|
-
hover_in($div);
|
|
37032
|
+
// hover_in($div);
|
|
37032
37033
|
ui_job_id = func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'render_viewport', { $div, nodeP, parent_infoP, $root_container, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP, $container }, null, null, paramsP.dsSessionP);
|
|
37033
37034
|
observer_outViewport.observe($div[0]);
|
|
37034
37035
|
});
|