mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 17:57:17 +02:00
✨ Normalize the content prop from bool type (#6162)
Make it the same as path shape, because they are essentially the same data type
This commit is contained in:
parent
3cf823ffb3
commit
ebf3730454
10 changed files with 50 additions and 31 deletions
|
@ -114,7 +114,6 @@
|
|||
:parent-id (api/set-parent-id v)
|
||||
:type (api/set-shape-type v)
|
||||
:bool-type (api/set-shape-bool-type v)
|
||||
:bool-content (api/set-shape-bool-content v)
|
||||
:selrect (api/set-shape-selrect v)
|
||||
:show-content (if (= (:type self) :frame)
|
||||
(api/set-shape-clip-content (not v))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue