mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
Fixes typo
This commit is contained in:
@@ -52,7 +52,7 @@ const mutationObserver = new MutationObserver((e) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const intersectionObserver = new IntersectionObserver((entries) => (paused.value = entries[0].intersectionRatio == 0), {
|
const intersectionObserver = new IntersectionObserver((entries) => (paused.value = entries[0].intersectionRatio == 0), {
|
||||||
threshholds: [0, 1],
|
threshold: [0, 1],
|
||||||
rootMargin: "80px 0px",
|
rootMargin: "80px 0px",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user