mirror of
https://github.com/penpot/penpot.git
synced 2026-05-24 09:23:40 +00:00
🐛 Fix blurry boards (svg renderer)
This commit is contained in:
parent
f1c0ea2a19
commit
d96442483e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user