mirror of
https://github.com/penpot/penpot.git
synced 2026-02-27 23:03:53 +00:00
🐛 Fix problems with transparent frames thumbnails
This commit is contained in:
committed by
Alejandro Alonso
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]]])))))
|
||||
|
||||
Reference in New Issue
Block a user