mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Fix keys applied when dimensions or sizing token is applied directly
This commit is contained in:
parent
1ebd2ee3d7
commit
0105e42068
1 changed files with 2 additions and 2 deletions
|
@ -145,14 +145,14 @@
|
|||
|
||||
[:sizing
|
||||
{:title "Sizing"
|
||||
:attributes ctt/sizing-keys
|
||||
:attributes #{:width :height}
|
||||
:on-update-shape update-shape-dimensions
|
||||
:modal {:key :tokens/sizing
|
||||
:fields [{:label "Sizing"
|
||||
:key :sizing}]}}]
|
||||
[:dimensions
|
||||
{:title "Dimensions"
|
||||
:attributes ctt/dimensions-keys
|
||||
:attributes #{:width :height}
|
||||
:on-update-shape update-shape-dimensions
|
||||
:modal {:key :tokens/dimensions
|
||||
:fields [{:label "Dimensions"
|
||||
|
|
Loading…
Reference in a new issue