yads / ngTinyScrollbar

An angular directive port of the TinyScrollbar
MIT License
55 stars 20 forks source link

MutationObserver optimization #16

Closed modmac closed 9 years ago

modmac commented 9 years ago

Hey, I added limitations of firing scrollbar update process with MutationObserver. Update will be called only if $overview element dimensions change and once per digest.

Previously the mutation process performed constantly, causing the browser to crash.

yads commented 9 years ago

Thanks for your contributions. I'll test it out and release a tag shortly.

yads commented 9 years ago

Released in 0.9.0