@xuda.io/runtime-bundle 1.0.859 → 1.0.860
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
|
@@ -14770,7 +14770,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14770
14770
|
const xu_viewport = async function () {
|
|
14771
14771
|
const data = { $div, nodeP, parent_infoP, $root_container, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP, $container };
|
|
14772
14772
|
const container_id = $container.attr('xu-ui-id');
|
|
14773
|
-
if (!UI_WORKER_OBJ.pending_for_viewport_render) {
|
|
14773
|
+
if (!UI_WORKER_OBJ.pending_for_viewport_render[container_id]) {
|
|
14774
14774
|
UI_WORKER_OBJ.pending_for_viewport_render[container_id] = [];
|
|
14775
14775
|
await iterate_child($div, nodeP, parent_infoP, $root_container);
|
|
14776
14776
|
}
|
|
@@ -12478,7 +12478,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12478
12478
|
const xu_viewport = async function () {
|
|
12479
12479
|
const data = { $div, nodeP, parent_infoP, $root_container, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP, $container };
|
|
12480
12480
|
const container_id = $container.attr('xu-ui-id');
|
|
12481
|
-
if (!UI_WORKER_OBJ.pending_for_viewport_render) {
|
|
12481
|
+
if (!UI_WORKER_OBJ.pending_for_viewport_render[container_id]) {
|
|
12482
12482
|
UI_WORKER_OBJ.pending_for_viewport_render[container_id] = [];
|
|
12483
12483
|
await iterate_child($div, nodeP, parent_infoP, $root_container);
|
|
12484
12484
|
}
|