@xuda.io/runtime-bundle 1.0.833 → 1.0.835
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.
|
@@ -34452,6 +34452,9 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34452
34452
|
// $div.on('inViewport_' + $div.attr('xu-ui-id'), function () {
|
|
34453
34453
|
$div.on('inViewport', function () {
|
|
34454
34454
|
hover_in($div);
|
|
34455
|
+
|
|
34456
|
+
if ($div.children().length) return;
|
|
34457
|
+
|
|
34455
34458
|
// func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
|
|
34456
34459
|
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);
|
|
34457
34460
|
// render_child();
|