mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -05:00
🐛 Fix problems with transparent frames thumbnails
This commit is contained in:
parent
00fbfd6e9e
commit
cd2df41e87
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue