From ba398569c1856c7c1315015eee5e85fb790bd251 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 31 Mar 2022 08:13:46 +0200 Subject: [PATCH] :bug: Fix shapes with no fill --- frontend/src/app/main/ui/shapes/custom_stroke.cljs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/src/app/main/ui/shapes/custom_stroke.cljs b/frontend/src/app/main/ui/shapes/custom_stroke.cljs index a5b24efa1..9d08c4cab 100644 --- a/frontend/src/app/main/ui/shapes/custom_stroke.cljs +++ b/frontend/src/app/main/ui/shapes/custom_stroke.cljs @@ -379,10 +379,7 @@ (cond-> (obj/merge! props fill-props) (some? style) - (obj/set! "style" style))) - - :else - props))) + (obj/set! "style" style)))))) (defn build-stroke-props [position child value render-id] (let [props (-> (obj/get child "props")