15%
This commit is contained in:
parent
e609b3b7dc
commit
4bef4953b8
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ watch([() => props.pagination.reversed, $$(scrollableElement)], () => {
|
||||||
weakBacked = entries[0].isIntersecting;
|
weakBacked = entries[0].isIntersecting;
|
||||||
}, {
|
}, {
|
||||||
root: scrollableElement,
|
root: scrollableElement,
|
||||||
rootMargin: props.pagination.reversed ? '-110% 0px 110% 0px' : '110% 0px -110% 0px',
|
rootMargin: props.pagination.reversed ? '-115% 0px 115% 0px' : '115% 0px -115% 0px',
|
||||||
threshold: [0],
|
threshold: [0],
|
||||||
});
|
});
|
||||||
console.log('new scrollObserver', scrollObserver);
|
console.log('new scrollObserver', scrollObserver);
|
||||||
|
|
Loading…
Reference in a new issue