🐛 Fix permanent blur when switching pages

This commit is contained in:
Belén Albeza 2026-02-06 11:44:44 +01:00
parent 1c270ac9c6
commit c4aa51bc01

View File

@ -70,7 +70,7 @@
on-click on-click
(mf/use-fn (mf/use-fn
(mf/deps id) (mf/deps id current-page-id)
(fn [] (fn []
;; For the wasm renderer, apply a blur effect to the viewport canvas ;; For the wasm renderer, apply a blur effect to the viewport canvas
;; when we navigate to a different page. ;; when we navigate to a different page.