chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-24 07:50:33 +00:00
parent a4551a94b4
commit d465cd476a
6 changed files with 88 additions and 87 deletions
+2 -1
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()
}