fix(components): [image] fixed lazyLoad scroll end not loading (#12596)

Co-authored-by: cicada <ruoheng@pinduoduo.com>
This commit is contained in:
SaKura丶
2023-05-01 10:55:16 +08:00
committed by GitHub
parent 9f693f01de
commit caae0d1a48

View File

@@ -153,7 +153,7 @@ function handleLazyLoad() {
}
}
const lazyLoadHandler = useThrottleFn(handleLazyLoad, 200)
const lazyLoadHandler = useThrottleFn(handleLazyLoad, 200, true)
async function addLazyLoadListener() {
if (!isClient) return