tabvengers / spicy-sections

Creative Commons Zero v1.0 Universal
128 stars 10 forks source link

Call `notifyChange()` less #58

Closed jonathantneal closed 2 years ago

jonathantneal commented 2 years ago

This changes the notifyChange() method to fire once at the end of connectListeners() ref, removing the need for the additional debounce implementation ref.

Implementation Detail:

jonathantneal commented 2 years ago

With @bkardell permission via chat, this will be merged.