update deps
This commit is contained in:
1
node_modules/lodash/debounce.js
generated
vendored
1
node_modules/lodash/debounce.js
generated
vendored
@@ -173,6 +173,7 @@ function debounce(func, wait, options) {
|
||||
}
|
||||
if (maxing) {
|
||||
// Handle invocations in a tight loop.
|
||||
clearTimeout(timerId);
|
||||
timerId = setTimeout(timerExpired, wait);
|
||||
return invokeFunc(lastCallTime);
|
||||
}
|
||||
|
Reference in New Issue
Block a user