rubenhazelaar/kompo

Debounce and throttle do not work properly

Closed this issue · 1 comments

Both the debounce and throttle do not function properly in combination with Component.on(), because they use a timeout function to delay eventlistener execution and cannot pass back true or false flag for rerendering/updating.

Fixed, but the signature of the functions has been changed.