🐛 Fix blurry boards (svg renderer)

This commit is contained in:
Belén Albeza 2026-05-20 17:37:07 +02:00 committed by GitHub
parent f1c0ea2a19
commit d96442483e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,7 +87,7 @@
(for [shape shapes]
(let [thumbnail?
(and (not disable-thumbnails)
(contains? active-frames (dm/get-prop shape :id)))]
(not (contains? active-frames (dm/get-prop shape :id))))]
[:g.ws-shape-wrapper {:key (dm/str (dm/get-prop shape :id))}
(if ^boolean (cfh/frame-shape? shape)
[:& root-frame-wrapper