mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 04:31:38 +02: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
|
[:g.frame-thumbnail-wrapper
|
||||||
{:id (dm/str "thumbnail-container-" (:id shape))
|
{:id (dm/str "thumbnail-container-" (:id shape))
|
||||||
;; Hide the thumbnail when not displaying
|
;; Hide the thumbnail when not displaying
|
||||||
:opacity (when (and @rendered? (not thumbnail?) (not render-frame?)) 0)}
|
:opacity (when-not thumbnail? 0)}
|
||||||
thumbnail-renderer]]])))))
|
thumbnail-renderer]]])))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue