@xuda.io/runtime-bundle 1.0.795 → 1.0.796
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.
|
@@ -34386,7 +34386,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34386
34386
|
await iterate_child($div, nodeP, parent_infoP, null, $root_container);
|
|
34387
34387
|
};
|
|
34388
34388
|
|
|
34389
|
-
if (nodeP.
|
|
34389
|
+
if (nodeP.attributes['xu-viewport']) {
|
|
34390
34390
|
$div.on('inViewport', function () {
|
|
34391
34391
|
console.log('Element is in viewport!');
|
|
34392
34392
|
render_child();
|