0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-09 08:38:15 -05:00

🔥 Remove aparently redundant shape-container usage on workspace frame container

This commit is contained in:
Andrey Antukh 2023-09-05 13:33:00 +02:00
parent e805f11f12
commit 4d2afd483b

View file

@ -171,7 +171,4 @@
{:id (dm/str "thumbnail-container-" frame-id)
;; Hide the thumbnail when not displaying
:opacity (when-not thumbnail? 0)}
children]]
]))))
children]]]))))