@xuda.io/runtime-bundle 1.0.845 → 1.0.846
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.
|
@@ -34430,7 +34430,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34430
34430
|
$(entry.target).trigger('outViewport');
|
|
34431
34431
|
|
|
34432
34432
|
// Optional: stop observing once triggered
|
|
34433
|
-
observer_outViewport.unobserve(entry.target);
|
|
34433
|
+
// observer_outViewport.unobserve(entry.target);
|
|
34434
34434
|
}
|
|
34435
34435
|
});
|
|
34436
34436
|
},
|