Update +page.svelte

This commit is contained in:
2025-11-19 13:42:20 +08:00
parent d67723f3c5
commit 673e741129
+1 -1
View File
@@ -48,7 +48,7 @@
hiddenInput.focus()
const interval = setInterval(() => {
if (startTime) now = Date.now()
})
}, 1000)
return () => clearInterval(interval)
})