diff --git a/src/uxbox/data/workspace.cljs b/src/uxbox/data/workspace.cljs index 1620f23fd6..ad809961c5 100644 --- a/src/uxbox/data/workspace.cljs +++ b/src/uxbox/data/workspace.cljs @@ -229,7 +229,7 @@ (-apply-update [_ state] (update-in state [:shapes-by-id sid] merge - {:stroke-type type} + (when type {:stroke-type type}) (when width {:stroke-width width}) (when color {:stroke color}) (when opacity {:stroke-opacity opacity})))))