mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 12:06:12 +02:00
💄 Minor cosmetic changes.
This commit is contained in:
parent
16c3520587
commit
69bd4cf4bb
1 changed files with 1 additions and 2 deletions
|
@ -39,8 +39,7 @@
|
|||
(defn- initialize-snap-data
|
||||
"Initialize the snap information with the current workspace information"
|
||||
[objects]
|
||||
(let [shapes (vals objects)
|
||||
frame-shapes (->> (vals objects)
|
||||
(let [frame-shapes (->> (vals objects)
|
||||
(filter :frame-id)
|
||||
(group-by :frame-id))
|
||||
frame-shapes (->> (cp/select-frames objects)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue