@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -14763,7 +14763,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14763
14763
|
$(entry.target).trigger('outViewport');
|
|
14764
14764
|
|
|
14765
14765
|
// Optional: stop observing once triggered
|
|
14766
|
-
observer_outViewport.unobserve(entry.target);
|
|
14766
|
+
// observer_outViewport.unobserve(entry.target);
|
|
14767
14767
|
}
|
|
14768
14768
|
});
|
|
14769
14769
|
},
|
|
@@ -12471,7 +12471,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12471
12471
|
$(entry.target).trigger('outViewport');
|
|
12472
12472
|
|
|
12473
12473
|
// Optional: stop observing once triggered
|
|
12474
|
-
observer_outViewport.unobserve(entry.target);
|
|
12474
|
+
// observer_outViewport.unobserve(entry.target);
|
|
12475
12475
|
}
|
|
12476
12476
|
});
|
|
12477
12477
|
},
|