@eric-emg/symphiq-components 1.2.128 → 1.2.129
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.
|
@@ -73620,6 +73620,11 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
73620
73620
|
});
|
|
73621
73621
|
}
|
|
73622
73622
|
onWindowScroll() {
|
|
73623
|
+
console.log('[ProfileAnalysis] onWindowScroll fired', {
|
|
73624
|
+
embedded: this.embedded(),
|
|
73625
|
+
windowScrollY: window.scrollY,
|
|
73626
|
+
docHeight: document.documentElement.scrollHeight - window.innerHeight
|
|
73627
|
+
});
|
|
73623
73628
|
this.headerScrollService.handleScroll(this.embedded());
|
|
73624
73629
|
if (!this.embedded()) {
|
|
73625
73630
|
const scrollTop = window.scrollY;
|