mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 22:33:14 +02:00
🐛 Fix stupid parenthesis :>
This commit is contained in:
parent
fcbcc6de95
commit
a7335533bb
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
(str (:touched shape)))))
|
||||
(when (:shapes shape)
|
||||
(dorun (for [shape-id (:shapes shape)]
|
||||
(show-shape shape-id (inc level) objects))))))
|
||||
(show-shape shape-id (inc level) objects)))))))
|
||||
|
||||
(show-component [shape objects]
|
||||
(if (nil? (:shape-ref shape))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue