David-Desmaisons / Vue.resize

Vue directive to detect resize events with deboucing and throttling capacity.
MIT License
327 stars 36 forks source link

Debounce after mouse button release #16

Open ux-engineer opened 4 years ago

ux-engineer commented 4 years ago

If window resize has happened on mouse drag, shouldn't the debounce be triggered only after mouse button release?