diff --git a/frontend/src/uxbox/main/ui/workspace/drawarea.cljs b/frontend/src/uxbox/main/ui/workspace/drawarea.cljs index 266bbcb5c..28f8b5243 100644 --- a/frontend/src/uxbox/main/ui/workspace/drawarea.cljs +++ b/frontend/src/uxbox/main/ui/workspace/drawarea.cljs @@ -281,7 +281,8 @@ shape) shape (dissoc shape ::initialized? :modifier-mtx)] ;; Add & select the created shape to the workspace - (rx/of (dw/add-shape shape))))))))) + (rx/of dw/deselect-all + (dw/add-shape shape))))))))) (def close-drawing-path (ptk/reify ::close-drawing-path