@xuda.io/runtime-bundle 1.0.804 → 1.0.805
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.
|
@@ -34411,14 +34411,15 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34411
34411
|
// console.log('on>>', 'inViewport_' + $div.attr('xu-ui-id'));
|
|
34412
34412
|
// $div.on('inViewport_' + $div.attr('xu-ui-id'), function () {
|
|
34413
34413
|
$div.on('inViewport', function () {
|
|
34414
|
-
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 }, null, null, paramsP.dsSessionP);
|
|
34414
|
+
func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'render_viewport', { $divP: $div, nodeP, parent_infoP, $root_container, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP }, null, null, paramsP.dsSessionP);
|
|
34415
34415
|
// render_child();
|
|
34416
34416
|
// iterate_child($div, nodeP, parent_infoP, null, $root_container);
|
|
34417
34417
|
});
|
|
34418
34418
|
|
|
34419
34419
|
observer.observe($div[0]);
|
|
34420
34420
|
} else {
|
|
34421
|
-
await render_child();
|
|
34421
|
+
// await render_child();
|
|
34422
|
+
await iterate_child($div, nodeP, parent_infoP, $root_container);
|
|
34422
34423
|
}
|
|
34423
34424
|
|
|
34424
34425
|
// const ret_iterate_child = await iterate_child($div, nodeP, parent_infoP, null, $root_container);
|