chore: generate

This commit is contained in:
GitHub Action
2026-01-20 01:42:14 +00:00
parent f8fe7eae92
commit f3cf0d0f2d
+1 -1
View File
@@ -826,7 +826,7 @@ export default function Page() {
const isWorking = createMemo(() => status().type !== "idle") const isWorking = createMemo(() => status().type !== "idle")
const autoScroll = createAutoScroll({ const autoScroll = createAutoScroll({
working: () => true working: () => true,
}) })
createEffect( createEffect(