0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

Fix properties

This commit is contained in:
Florian Schroedl 2024-07-24 14:07:29 +02:00
parent 893e533afe
commit 38499e2f1f

View file

@ -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