mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Fix problem with dashboard thumbnails (#8862)
This commit is contained in:
parent
0f389fe3ad
commit
11d9c09a2e
@ -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
|
||||
[]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user