@xuda.io/runtime-bundle 1.0.838 → 1.0.839
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.
|
@@ -34463,8 +34463,8 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34463
34463
|
});
|
|
34464
34464
|
|
|
34465
34465
|
$div.on('outViewport', function () {
|
|
34466
|
-
$div.empty();
|
|
34467
|
-
observer_inViewport.observe($div[0]);
|
|
34466
|
+
// $div.empty();
|
|
34467
|
+
// observer_inViewport.observe($div[0]);
|
|
34468
34468
|
});
|
|
34469
34469
|
|
|
34470
34470
|
observer_inViewport.observe($div[0]);
|