ngx-slimscroll
ngx-slimscroll copied to clipboard
MutationObserver not triggered
MutationObserver is not triggered because I'm using classes to hide and show my elements, if you can add attributes: true to your observer so it will be triggered
this.mutationObserver.observe(this.el, {subtree: true, childList: true, attributes: true})
Thanks
@jkuri @Tarek-Adra any updates?