@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -8467,7 +8467,7 @@ func.UI.worker.init = async function (SESSION_ID) {
|
|
|
8467
8467
|
// }
|
|
8468
8468
|
|
|
8469
8469
|
await func.UI.worker.execute(val.SESSION_ID, val);
|
|
8470
|
-
break;
|
|
8470
|
+
// break;
|
|
8471
8471
|
} catch (err) {
|
|
8472
8472
|
console.error(err);
|
|
8473
8473
|
}
|
|
@@ -14794,7 +14794,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14794
14794
|
});
|
|
14795
14795
|
|
|
14796
14796
|
$div.on('outViewport', function () {
|
|
14797
|
-
UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone();
|
|
14797
|
+
UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone(true);
|
|
14798
14798
|
$div.empty();
|
|
14799
14799
|
// $div.addClass('skeleton');
|
|
14800
14800
|
observer_inViewport.observe($div[0]);
|
|
@@ -8468,7 +8468,7 @@ func.UI.worker.init = async function (SESSION_ID) {
|
|
|
8468
8468
|
// }
|
|
8469
8469
|
|
|
8470
8470
|
await func.UI.worker.execute(val.SESSION_ID, val);
|
|
8471
|
-
break;
|
|
8471
|
+
// break;
|
|
8472
8472
|
} catch (err) {
|
|
8473
8473
|
console.error(err);
|
|
8474
8474
|
}
|
|
@@ -12502,7 +12502,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12502
12502
|
});
|
|
12503
12503
|
|
|
12504
12504
|
$div.on('outViewport', function () {
|
|
12505
|
-
UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone();
|
|
12505
|
+
UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone(true);
|
|
12506
12506
|
$div.empty();
|
|
12507
12507
|
// $div.addClass('skeleton');
|
|
12508
12508
|
observer_inViewport.observe($div[0]);
|