Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am looking to upgrade the perfect scrollbar version from v0.6.10 to v1.5.3 #141

Open
bhavyakalluri90 opened this issue Jul 14, 2022 · 0 comments

Comments

@bhavyakalluri90
Copy link

I am looking to upgrade the perfect scrollbar version from v0.6.10 to v1.5.3.

I see the usage of $('class-name').perfectScrollbar('update') used in many places in the app
if I wanna upgrade to newer version I believe this format has changed to
const ps = new PerfectScrollbar('#container');
ps.update();

where I have to create instances before updating them now.
But is there a way to update PerfectScrollbar just by using the class name in the new format?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant