mirror of
https://github.com/penpot/penpot.git
synced 2026-05-12 11:34:02 +00:00
Remove useless coersion to vector.
This commit is contained in:
parent
09c383a1bd
commit
936fd3b070
@ -164,7 +164,7 @@
|
||||
(-apply-watch [_ state]
|
||||
(let [selected (get-in state [:workspace :selected])]
|
||||
(rx/from-coll
|
||||
(into [(deselect-all)] (mapv #(delete-shape %) selected)))))))
|
||||
(into [(deselect-all)] (map #(delete-shape %) selected)))))))
|
||||
|
||||
(defn initialize
|
||||
"Initialize the workspace state."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user