ngx-malihu-scrollbar icon indicating copy to clipboard operation
ngx-malihu-scrollbar copied to clipboard

ngx-malihu-scrollbar scrollTo method is not working

Open sedhurabe opened this issue 4 years ago • 2 comments

I am using ngx-malihu-scrollbar in my angular project. scrollTo is not working,

`import { MalihuScrollbarService } from 'ngx-malihu-scrollbar'; constructor(private mScrollbarService: MalihuScrollbarService) { }

ngOnChanges() { this.mScrollbarService.scrollTo(#${this.dateIndex}, 10 , { scrollEasing:'easeOut' }); }my HTML code<div malihu-scrollbar [scrollbarOptions]="darksScrollbarOptions">

... `

In this.dateIndex I will be getting the id

sedhurabe avatar Jul 03 '20 14:07 sedhurabe

@sedhurabe, are you still experiencing this behavior with the scrollTo method?

micah-akpan avatar Dec 06 '20 22:12 micah-akpan

I am also facing same issue. Anyone has any solution to this?

samir-kamble avatar Dec 29 '20 12:12 samir-kamble