mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Merge pull request #174 from tokens-studio/fix-dimensions-keys-applied
Fix keys applied when dimensions or sizing token is applied directly
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user