🐛 Fix problem with dashboard thumbnails (#8862)

This commit is contained in:
Alonso Torres 2026-04-07 10:10:08 +02:00 committed by GitHub
parent 0f389fe3ad
commit 11d9c09a2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
[]