From c4aa51bc01271e87dfa8fe07a2325dfa44c48217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Fri, 6 Feb 2026 11:44:44 +0100 Subject: [PATCH] :bug: Fix permanent blur when switching pages --- frontend/src/app/main/ui/workspace/sidebar/sitemap.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/sitemap.cljs b/frontend/src/app/main/ui/workspace/sidebar/sitemap.cljs index 3701bb505d..a58e1512ba 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/sitemap.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/sitemap.cljs @@ -70,7 +70,7 @@ on-click (mf/use-fn - (mf/deps id) + (mf/deps id current-page-id) (fn [] ;; For the wasm renderer, apply a blur effect to the viewport canvas ;; when we navigate to a different page.