diff --git a/CHANGES.md b/CHANGES.md index 5739dd035a..174dbdbb74 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -96,6 +96,7 @@ - Fix enable undo just after using pencil [Taiga #5674](https://tree.taiga.io/project/penpot/issue/5674) - Fix 400 error when user changes password [Taiga #5643](https://tree.taiga.io/project/penpot/issue/5643) - Fix cannot undo layer styles [Taiga #5676](https://tree.taiga.io/project/penpot/issue/5676) +- Fix unexpected exception on boolean shapes [Taiga #5685](https://tree.taiga.io/project/penpot/issue/5685) ### :arrow_up: Deps updates diff --git a/common/src/app/common/types/shape.cljc b/common/src/app/common/types/shape.cljc index 4b5703acd2..6a917cbd5e 100644 --- a/common/src/app/common/types/shape.cljc +++ b/common/src/app/common/types/shape.cljc @@ -182,7 +182,7 @@ [:vector {:gen/max 2} [:map [:command :keyword] - [:relative :boolean] + [:relative {:optional true} :boolean] [:params [:map-of {:gen/max 5} :keyword ::sm/safe-number]]]]]]) (sm/def! ::rect-attrs