diff --git a/frontend/src/app/main/ui/shapes/shape.cljs b/frontend/src/app/main/ui/shapes/shape.cljs index 5a8d4fecd..86420ee12 100644 --- a/frontend/src/app/main/ui/shapes/shape.cljs +++ b/frontend/src/app/main/ui/shapes/shape.cljs @@ -26,7 +26,7 @@ (let [ns-attr (str "penpot:" (-> attr d/name))] (-> props (obj/set! ns-attr val)))) - frame? (= :frame type)] + frame? (= :frame (:type shape))] (-> props (add! :name (-> shape :name)) (add! :blocked (-> shape (:blocked false) str))