From 8203edf6c165a459beebc6ea200f5a5caad8aa68 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 18 Jan 2023 00:14:12 +0100 Subject: [PATCH] do not cancel the job on leaving the preview page --- frontend/src/lib/components/TestJobLoader.svelte | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/lib/components/TestJobLoader.svelte b/frontend/src/lib/components/TestJobLoader.svelte index 397e8a24f8..d26ba7bb77 100644 --- a/frontend/src/lib/components/TestJobLoader.svelte +++ b/frontend/src/lib/components/TestJobLoader.svelte @@ -193,8 +193,4 @@ } setTimeout(() => syncer(id), nextIteration) } - - onDestroy(async () => { - await clearCurrentJob() - })