chore: generate
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user