Merge 496fed0667
into 33a93a12b4
This commit is contained in:
commit
09b6c29662
src/utils
|
@ -271,7 +271,8 @@ export function debounce(func, wait, immediate) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return function(...args) {
|
return function(...args1) {
|
||||||
|
args = args1
|
||||||
context = this
|
context = this
|
||||||
timestamp = +new Date()
|
timestamp = +new Date()
|
||||||
const callNow = immediate && !timeout
|
const callNow = immediate && !timeout
|
||||||
|
|
Loading…
Reference in New Issue