ngx-slimscroll icon indicating copy to clipboard operation
ngx-slimscroll copied to clipboard

MutationObserver not triggered

Open Tarek-Adra opened this issue 7 years ago • 1 comments

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

Tarek-Adra avatar Mar 24 '17 12:03 Tarek-Adra

@jkuri @Tarek-Adra any updates?

kotmatpockuh avatar May 25 '17 09:05 kotmatpockuh