chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-24 07:50:33 +00:00
commit d465cd476a
6 changed files with 88 additions and 87 deletions

View file

@ -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()
}