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