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

💄 Minor cosmetic changes.

This commit is contained in:
Andrey Antukh 2020-05-11 08:44:15 +02:00 committed by Alonso Torres
parent 16c3520587
commit 69bd4cf4bb

View file

@ -39,8 +39,7 @@
(defn- initialize-snap-data (defn- initialize-snap-data
"Initialize the snap information with the current workspace information" "Initialize the snap information with the current workspace information"
[objects] [objects]
(let [shapes (vals objects) (let [frame-shapes (->> (vals objects)
frame-shapes (->> (vals objects)
(filter :frame-id) (filter :frame-id)
(group-by :frame-id)) (group-by :frame-id))
frame-shapes (->> (cp/select-frames objects) frame-shapes (->> (cp/select-frames objects)