do not cancel the job on leaving the preview page

This commit is contained in:
Ruben Fiszel
2023-01-18 00:14:29 +01:00
parent 006e7353ce
commit 8203edf6c1
@@ -193,8 +193,4 @@
}
setTimeout(() => syncer(id), nextIteration)
}
onDestroy(async () => {
await clearCurrentJob()
})
</script>