@xuda.io/runtime-bundle 1.0.850 → 1.0.851
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.
|
@@ -27557,7 +27557,7 @@ func.UI.worker.init = async function (SESSION_ID) {
|
|
|
27557
27557
|
// }
|
|
27558
27558
|
|
|
27559
27559
|
await func.UI.worker.execute(val.SESSION_ID, val);
|
|
27560
|
-
break;
|
|
27560
|
+
// break;
|
|
27561
27561
|
} catch (err) {
|
|
27562
27562
|
console.error(err);
|
|
27563
27563
|
}
|
|
@@ -34461,7 +34461,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34461
34461
|
});
|
|
34462
34462
|
|
|
34463
34463
|
$div.on('outViewport', function () {
|
|
34464
|
-
UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone();
|
|
34464
|
+
UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone(true);
|
|
34465
34465
|
$div.empty();
|
|
34466
34466
|
// $div.addClass('skeleton');
|
|
34467
34467
|
observer_inViewport.observe($div[0]);
|