0
Fork 0
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:
Andrey Antukh 2016-01-22 19:35:48 +02:00
parent 8e0e725d80
commit c6051f226d

View file

@ -137,6 +137,8 @@
(update-in $ [:pages-by-id pid :shapes] conj sid) (update-in $ [:pages-by-id pid :shapes] conj sid)
(assoc-in $ [:shapes-by-id sid] shape)))))) (assoc-in $ [:shapes-by-id sid] shape))))))
;; FIXME: delete shape that is part of group.
(defn delete-shape (defn delete-shape
"Remove the shape using its id." "Remove the shape using its id."
[id] [id]