cujojs / most

Ultra-high performance reactive programming
MIT License
3.49k stars 231 forks source link

Clear debounce timer when propagating debounced event #515

Closed briancavalier closed 6 years ago

briancavalier commented 6 years ago

Summary

Fix #514

Avoid repeating last event in the case where end is delayed beyond the debounce window of the last event.

Todo