xyz icon indicating copy to clipboard operation
xyz copied to clipboard

Debounce util

Open dbauszus-glx opened this issue 2 years ago • 0 comments

mapp.utils.debounce(fn,time) will debounce the function execution by the specified delay.

Other timeout implementations in the mapp code should make use of the debounce util.

dbauszus-glx avatar Jul 27 '22 09:07 dbauszus-glx