From c6051f226d517e0bfec5e0f481a288f73c573207 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 22 Jan 2016 19:35:48 +0200 Subject: [PATCH] Add FIXME comment. --- src/uxbox/data/workspace.cljs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uxbox/data/workspace.cljs b/src/uxbox/data/workspace.cljs index 99b4d990d4..262a2a5c0c 100644 --- a/src/uxbox/data/workspace.cljs +++ b/src/uxbox/data/workspace.cljs @@ -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]