This commit is contained in:
tamaina 2023-07-13 05:36:32 +00:00
parent fae912a754
commit 130ece74f9
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ watch([$$(weakBacked), $$(contentEl)], () => {
const container = scrollableElementOrHtml;
function removeListener() { container.removeEventListener('scroll', onScroll); }
function removeListener() { container.removeEventListener('scroll', checkBacked); }
container.addEventListener('scroll', checkBacked, { passive: true });
return removeListener;
})();