mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 00:01:51 -05:00
🐛 Allow nil values on bool content params
This commit is contained in:
parent
a494b89bba
commit
fe80aab394
1 changed files with 2 additions and 1 deletions
|
@ -184,7 +184,8 @@
|
||||||
[:relative {:optional true} :boolean]
|
[:relative {:optional true} :boolean]
|
||||||
[:prev-pos {:optional true} ::gpt/point]
|
[:prev-pos {:optional true} ::gpt/point]
|
||||||
[:params {:optional true}
|
[:params {:optional true}
|
||||||
[:map-of {:gen/max 5} :keyword ::sm/safe-number]]]]]])
|
[:maybe
|
||||||
|
[:map-of {:gen/max 5} :keyword ::sm/safe-number]]]]]]])
|
||||||
|
|
||||||
(sm/def! ::rect-attrs
|
(sm/def! ::rect-attrs
|
||||||
[:map {:title "RectAttrs"}
|
[:map {:title "RectAttrs"}
|
||||||
|
|
Loading…
Add table
Reference in a new issue