Merge branch 'master' into skeleton

This commit is contained in:
Sercan Yemen 2017-12-26 10:49:15 +03:00
commit 16ffb09350

View File

@ -49,7 +49,9 @@ export class FusePerfectScrollbarDirective implements OnInit, AfterViewInit, OnD
}
// Initialize the perfect-scrollbar
this.ps = new PerfectScrollbar(this.element.nativeElement);
this.ps = new PerfectScrollbar(this.element.nativeElement, {
wheelPropagation: true
});
}
ngOnDestroy()