jQuery-slimScroll
jQuery-slimScroll copied to clipboard
slimScroll() refresh function is not working with its minified version
SlimScroll() refresh function is not working with minified version of slimScroll plugin.In case of dynamic content, I need to call this refresh function slimScroll().For example:In my fiddle https://jsfiddle.net/surbhi_mahajan/frrmj9rw/, 1.when I click on Run1 button,scrollbar is visible according to large content. 2.But when Run2 is clicked without hovering on my testDiv,scrollbar is still visible that is not correct according to my content.
Issue:Scrollbar should be automatically hidden when clicked on Run2 button.This issue exists only with its minified version.
I'm having the same issue, did it work with the non-minified version?