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]