mirror of
https://github.com/penpot/penpot.git
synced 2025-06-14 14:51:39 +02: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)
|
{:keys [all-selected? selected-pred shape-ids]} (attribute-actions token selected-shapes all-attributes)
|
||||||
single-attributes (->> {:r1 "Top Left"
|
single-attributes (->> {:r1 "Top Left"
|
||||||
:r2 "Top Right"
|
:r2 "Top Right"
|
||||||
:r3 "Bottom Left"
|
:r4 "Bottom Left"
|
||||||
:r4 "Bottom Right"}
|
:r3 "Bottom Right"}
|
||||||
(map (fn [[attr title]]
|
(map (fn [[attr title]]
|
||||||
(let [selected? (selected-pred attr)]
|
(let [selected? (selected-pred attr)]
|
||||||
{:title title
|
{:title title
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue