|
|
@@ -68,7 +68,7 @@ this.lazyLoader = this.lazyLoader || (() => {
|
|
|
|
|
|
async function deferLazyLoadEnd(timeoutId, idleTimeoutId, observer, options, resolve) {
|
|
|
await clearTimeout(timeoutId);
|
|
|
- return await setTimeout(async () => await lazyLoadEnd(idleTimeoutId, observer, resolve), options.maxLazyLoadImagesIdleTime);
|
|
|
+ return setTimeout(async () => await lazyLoadEnd(idleTimeoutId, observer, resolve), options.maxLazyLoadImagesIdleTime);
|
|
|
}
|
|
|
|
|
|
function lazyLoadEnd(idleTimeoutId, observer, resolve) {
|