mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Review changes
This commit is contained in:
parent
8833e19c7f
commit
6e0433a34b
6 changed files with 91 additions and 70 deletions
|
@ -152,10 +152,7 @@
|
|||
{::mf/wrap [mf/memo]}
|
||||
[{:keys [layout zoom objects selected page-id drawing transform modifiers] :as props}]
|
||||
|
||||
(let [shapes
|
||||
(->> selected
|
||||
(map #(get objects %))
|
||||
(filterv (comp not nil?)))
|
||||
(let [shapes (into [] (keep (d/getf objects)) selected)
|
||||
|
||||
filter-shapes
|
||||
(into #{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue