chore: generate
This commit is contained in:
parent
a4551a94b4
commit
d465cd476a
6 changed files with 88 additions and 87 deletions
|
|
@ -1149,7 +1149,8 @@ export default function Page() {
|
|||
})
|
||||
}
|
||||
const onHistoryScroll = () => {
|
||||
if (historyRequest || historyLoading() || !autoScroll.userScrolled() || !scroller || scroller.scrollTop >= 200) return
|
||||
if (historyRequest || historyLoading() || !autoScroll.userScrolled() || !scroller || scroller.scrollTop >= 200)
|
||||
return
|
||||
void loadOlder()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue