mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 16:26:13 +02:00
🐛 Fix component sync when shape is converted to path
This commit is contained in:
parent
61c1b65072
commit
16f30316c0
2 changed files with 6 additions and 2 deletions
|
@ -50,6 +50,7 @@
|
|||
:r2 :radius-group
|
||||
:r3 :radius-group
|
||||
:r4 :radius-group
|
||||
:type :geometry-group
|
||||
:selrect :geometry-group
|
||||
:points :geometry-group
|
||||
:locked :geometry-group
|
||||
|
@ -90,8 +91,7 @@
|
|||
:layout-item-min-h :layout-item
|
||||
:layout-item-max-w :layout-item
|
||||
:layout-item-min-w :layout-item
|
||||
:layout-item-align-self :layout-item
|
||||
})
|
||||
:layout-item-align-self :layout-item})
|
||||
|
||||
;; Attributes that may directly be edited by the user with forms
|
||||
(def editable-attrs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue