We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd31dcd commit a7413f5Copy full SHA for a7413f5
lib/components/tree-viewport.component.ts
@@ -44,7 +44,7 @@ export class TreeViewportComponent implements AfterViewInit, OnInit, OnDestroy {
44
return this.virtualScroll.isEnabled() && this.virtualScroll.totalHeight + 'px' || 'auto';
45
}
46
47
- @HostListener('scroll', ['$event'])
+ @HostListener('scroll')
48
onScroll() {
49
this.setViewport();
50
0 commit comments