mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 11:48:28 +00:00
🐛 Fix problems with transparent frames thumbnails
This commit is contained in:
parent
00fbfd6e9e
commit
cd2df41e87
@ -146,5 +146,5 @@
|
||||
[:g.frame-thumbnail-wrapper
|
||||
{:id (dm/str "thumbnail-container-" (:id shape))
|
||||
;; Hide the thumbnail when not displaying
|
||||
:opacity (when (and @rendered? (not thumbnail?) (not render-frame?)) 0)}
|
||||
:opacity (when-not thumbnail? 0)}
|
||||
thumbnail-renderer]]])))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user