@xuda.io/runtime-bundle 1.0.801 → 1.0.802
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
|
@@ -14713,6 +14713,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14713
14713
|
if (entry.isIntersecting) {
|
|
14714
14714
|
// Element is in viewport - trigger custom event
|
|
14715
14715
|
console.log('trigger>>', 'inViewport_' + $(entry.target).attr('xu-ui-id'));
|
|
14716
|
+
hover_in($div);
|
|
14716
14717
|
$(entry.target).trigger('inViewport_' + $(entry.target).attr('xu-ui-id'));
|
|
14717
14718
|
|
|
14718
14719
|
// Optional: stop observing once triggered
|
|
@@ -12421,6 +12421,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12421
12421
|
if (entry.isIntersecting) {
|
|
12422
12422
|
// Element is in viewport - trigger custom event
|
|
12423
12423
|
console.log('trigger>>', 'inViewport_' + $(entry.target).attr('xu-ui-id'));
|
|
12424
|
+
hover_in($div);
|
|
12424
12425
|
$(entry.target).trigger('inViewport_' + $(entry.target).attr('xu-ui-id'));
|
|
12425
12426
|
|
|
12426
12427
|
// Optional: stop observing once triggered
|