mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 08:11:39 +02:00
Fix interactions issues.
This commit is contained in:
parent
20e7afeee5
commit
80ebc17a26
7 changed files with 36 additions and 31 deletions
|
@ -69,7 +69,8 @@
|
|||
(let [xfmt (cond-> (or tmp-resize-xform (gmt/matrix))
|
||||
tmp-displacement (gmt/translate tmp-displacement))
|
||||
|
||||
attrs {:id (str id) :transform (str xfmt)}]
|
||||
attrs {:id (str "shape-" id)
|
||||
:transform (str xfmt)}]
|
||||
[:g attrs
|
||||
(for [item (reverse items)
|
||||
:let [key (str item)]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue