From ce73155cfa3e32e6cc6d8499db41a333c01d8967 Mon Sep 17 00:00:00 2001 From: valere Date: Sun, 12 Oct 2025 03:57:42 +0200 Subject: [PATCH] wait to navigate --- app/components/compilations.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/compilations.vue b/app/components/compilations.vue index d6025b4..91972db 100644 --- a/app/components/compilations.vue +++ b/app/components/compilations.vue @@ -32,7 +32,7 @@ function openCompilation(id: string) { behavior: 'smooth' }); - navigateTo(`/box/${id}`) + // navigateTo(`/box/${id}`) } }