mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [image] fixed lazyLoad scroll end not loading (#12596)
Co-authored-by: cicada <ruoheng@pinduoduo.com>
This commit is contained in:
@@ -153,7 +153,7 @@ function handleLazyLoad() {
|
||||
}
|
||||
}
|
||||
|
||||
const lazyLoadHandler = useThrottleFn(handleLazyLoad, 200)
|
||||
const lazyLoadHandler = useThrottleFn(handleLazyLoad, 200, true)
|
||||
|
||||
async function addLazyLoadListener() {
|
||||
if (!isClient) return
|
||||
|
||||
Reference in New Issue
Block a user