@xuda.io/runtime-bundle 1.0.864 → 1.0.865
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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -14863,7 +14863,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14863
14863
|
$div.addClass('skeleton');
|
|
14864
14864
|
observer_inViewport.observe($div[0]);
|
|
14865
14865
|
};
|
|
14866
|
-
await
|
|
14866
|
+
await xu_viewport_old();
|
|
14867
14867
|
} else {
|
|
14868
14868
|
await iterate_child($div, nodeP, parent_infoP, $root_container);
|
|
14869
14869
|
}
|
|
@@ -12571,7 +12571,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12571
12571
|
$div.addClass('skeleton');
|
|
12572
12572
|
observer_inViewport.observe($div[0]);
|
|
12573
12573
|
};
|
|
12574
|
-
await
|
|
12574
|
+
await xu_viewport_old();
|
|
12575
12575
|
} else {
|
|
12576
12576
|
await iterate_child($div, nodeP, parent_infoP, $root_container);
|
|
12577
12577
|
}
|