@eric-emg/symphiq-components 1.2.15 → 1.2.17
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.
|
@@ -21366,11 +21366,11 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
21366
21366
|
if (!container) {
|
|
21367
21367
|
console.warn(`Scroll container with id "${this.scrollContainerId()}" not found. Scroll tracking will not work.`);
|
|
21368
21368
|
}
|
|
21369
|
+
console.info(`Scroll container with id "${this.scrollContainerId()}" found!`);
|
|
21369
21370
|
}
|
|
21370
21371
|
else if (this.dashboardContainer) {
|
|
21371
21372
|
// Fall back to internal dashboard container
|
|
21372
21373
|
container = this.dashboardContainer.nativeElement;
|
|
21373
|
-
console.warn(`Scroll container with id "${this.scrollContainerId()}" found!`);
|
|
21374
21374
|
}
|
|
21375
21375
|
if (container) {
|
|
21376
21376
|
container.addEventListener('scroll', () => this.onContainerScroll(container), { passive: true });
|