mirror of
https://github.com/penpot/penpot.git
synced 2026-07-30 09:56:22 +00:00
🔥 Remove aparently redundant shape-container usage on workspace frame container
This commit is contained in:
parent
e805f11f12
commit
4d2afd483b
@ -166,12 +166,9 @@
|
|||||||
:key "frame-container"
|
:key "frame-container"
|
||||||
:ref on-frame-load
|
:ref on-frame-load
|
||||||
:opacity (when (:hidden shape) 0)}
|
:opacity (when (:hidden shape) 0)}
|
||||||
[:& ff/fontfaces-style {:fonts fonts}]
|
[:& ff/fontfaces-style {:fonts fonts}]
|
||||||
[:g.frame-thumbnail-wrapper
|
[:g.frame-thumbnail-wrapper
|
||||||
{:id (dm/str "thumbnail-container-" frame-id)
|
{:id (dm/str "thumbnail-container-" frame-id)
|
||||||
;; Hide the thumbnail when not displaying
|
;; Hide the thumbnail when not displaying
|
||||||
:opacity (when-not thumbnail? 0)}
|
:opacity (when-not thumbnail? 0)}
|
||||||
children]]
|
children]]]))))
|
||||||
|
|
||||||
]))))
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user