mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Fix properties
This commit is contained in:
parent
893e533afe
commit
38499e2f1f
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@
|
|||
{:keys [all-selected? selected-pred shape-ids]} (attribute-actions token selected-shapes all-attributes)
|
||||
single-attributes (->> {:r1 "Top Left"
|
||||
:r2 "Top Right"
|
||||
:r3 "Bottom Left"
|
||||
:r4 "Bottom Right"}
|
||||
:r4 "Bottom Left"
|
||||
:r3 "Bottom Right"}
|
||||
(map (fn [[attr title]]
|
||||
(let [selected? (selected-pred attr)]
|
||||
{:title title
|
||||
|
|
Loading…
Reference in a new issue