mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 13:18:29 +00:00
🐛 Fix stupid parenthesis :>
This commit is contained in:
parent
fcbcc6de95
commit
a7335533bb
@ -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…
x
Reference in New Issue
Block a user