From 11d9c09a2ee2ee0091caf37d9465535adf479b80 Mon Sep 17 00:00:00 2001 From: Alonso Torres Date: Tue, 7 Apr 2026 10:10:08 +0200 Subject: [PATCH] :bug: Fix problem with dashboard thumbnails (#8862) --- frontend/src/app/main.cljs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/main.cljs b/frontend/src/app/main.cljs index 25dfbed0d7..9583b86686 100644 --- a/frontend/src/app/main.cljs +++ b/frontend/src/app/main.cljs @@ -62,9 +62,9 @@ [] (ptk/reify ::initialize-rasterizer ptk/EffectEvent - (effect [_ state _] - (when-not (feat/active-feature? state "render-wasm/v1") - (thr/init!))))) + (effect [_ _ _] + ;; The rasterizer is used for the dashboard thumbnails + (thr/init!)))) (defn initialize []