0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

🐛 Fix incorrect props passed on workspace shape wrapper

This commit is contained in:
Andrey Antukh 2023-09-13 16:33:58 +02:00
parent ac4343dafd
commit 954e5303f0

View file

@ -99,8 +99,8 @@
rawsvg? (= :svg-raw shape-type)
wrapper-elem (if ^boolean rawsvg? mf/Fragment "g")
wrapper-props (if ^boolean rawsvg?
#js {:className "workspace-shape-wrapper"}
#js {})]
#js {}
#js {:className "workspace-shape-wrapper"})]
(when (and (some? shape)
(not ^boolean (:hidden shape)))