@xuda.io/runtime-bundle 1.0.847 → 1.0.848
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.
|
@@ -34460,7 +34460,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34460
34460
|
});
|
|
34461
34461
|
|
|
34462
34462
|
$div.on('outViewport', function () {
|
|
34463
|
-
UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.clone();
|
|
34463
|
+
UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone();
|
|
34464
34464
|
$div.empty();
|
|
34465
34465
|
$div.addClass('skeleton');
|
|
34466
34466
|
observer_inViewport.observe($div[0]);
|