Track home page scroll position

This commit is contained in:
Tim
2025-08-05 01:00:19 +08:00
parent eedde0fd28
commit 42c3ef3377

View File

@@ -375,6 +375,7 @@ export default {
const handleScroll = (e) => {
const el = e.target
savedScrollTop.value = el.scrollTop
if (el.scrollHeight - el.scrollTop <= el.clientHeight + 50) {
fetchContent()
}