diff --git a/frontend/src/app/render_wasm/shape.cljs b/frontend/src/app/render_wasm/shape.cljs index 75da5913e..f2eef1899 100644 --- a/frontend/src/app/render_wasm/shape.cljs +++ b/frontend/src/app/render_wasm/shape.cljs @@ -145,7 +145,8 @@ :content (cond - (= (:type self) :path) + (or (= (:type self) :path) + (= (:type self) :bool)) (api/set-shape-path-content v) (= (:type self) :svg-raw)