mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Improve Roadmap and Board components
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
// https://toughcompetent.com/blog/es5-es6-debounce-react-events-on-inputs/
|
||||
function debounce(a,b,c){var d,e;return function(){function h(){d=null,c||(e=a.apply(f,g))}var f=this,g=arguments;return clearTimeout(d),d=setTimeout(h,b),c&&!d&&(e=a.apply(f,g)),e}}
|
||||
|
||||
export default debounce;
|
||||
Reference in New Issue
Block a user