0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

🐛 Fix unexpected exception on saving boolean shapes

This commit is contained in:
Andrey Antukh 2023-07-28 10:41:49 +02:00
parent bbe3021aed
commit e0ad6c0b95
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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