mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
Add FIXME comment.
This commit is contained in:
parent
8e0e725d80
commit
c6051f226d
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@
|
|||
(update-in $ [:pages-by-id pid :shapes] conj sid)
|
||||
(assoc-in $ [:shapes-by-id sid] shape))))))
|
||||
|
||||
|
||||
;; FIXME: delete shape that is part of group.
|
||||
(defn delete-shape
|
||||
"Remove the shape using its id."
|
||||
[id]
|
||||
|
|
Loading…
Reference in a new issue