mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 22:19:19 +00:00
Merge pull request #3498 from penpot/niwinz-staging-bugfixes-6
🐛 Allow nil values on bool content params
This commit is contained in:
commit
211de1bb9c
@ -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…
x
Reference in New Issue
Block a user