Reduce scroll distance

pull/645/head
Tienson Qin 2020-07-07 13:48:37 +08:00
parent cabedb4080
commit b39373fd59
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@
full-height (gobj/get node "scrollHeight")
scroll-top (gobj/get node "scrollTop")
client-height (gobj/get node "clientHeight")
bottom-reached? (<= (- full-height scroll-top client-height) 700)]
bottom-reached? (<= (- full-height scroll-top client-height) 100)]
(when bottom-reached?
(on-load))))