mirror of
https://github.com/penpot/penpot.git
synced 2025-02-04 05:18:56 -05:00
🐛 Fix incorrect props passed on workspace shape wrapper
This commit is contained in:
parent
ac4343dafd
commit
954e5303f0
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@
|
||||||
rawsvg? (= :svg-raw shape-type)
|
rawsvg? (= :svg-raw shape-type)
|
||||||
wrapper-elem (if ^boolean rawsvg? mf/Fragment "g")
|
wrapper-elem (if ^boolean rawsvg? mf/Fragment "g")
|
||||||
wrapper-props (if ^boolean rawsvg?
|
wrapper-props (if ^boolean rawsvg?
|
||||||
#js {:className "workspace-shape-wrapper"}
|
#js {}
|
||||||
#js {})]
|
#js {:className "workspace-shape-wrapper"})]
|
||||||
|
|
||||||
(when (and (some? shape)
|
(when (and (some? shape)
|
||||||
(not ^boolean (:hidden shape)))
|
(not ^boolean (:hidden shape)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue