From 1e54cf0eb70b4f9eb6fd10270f9a772e20887db3 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sat, 24 Feb 2024 01:16:59 +0100 Subject: [PATCH] fixing refresh --- src/components/Background.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Background.vue b/src/components/Background.vue index 8cfb7e9..ba2887b 100644 --- a/src/components/Background.vue +++ b/src/components/Background.vue @@ -17,8 +17,8 @@ function jumpPoints() { onMounted(() => { jumpPoints() - onUnmounted(() => clearTimeout(timeout)) }) +onUnmounted(() => clearTimeout(timeout))