mirror of
https://github.com/penpot/penpot.git
synced 2025-03-29 08:01:41 -05:00
Remove unused local used-names.
This commit is contained in:
parent
80ebc17a26
commit
3ea4de7ab5
1 changed files with 0 additions and 1 deletions
|
@ -155,7 +155,6 @@
|
||||||
ptk/UpdateEvent
|
ptk/UpdateEvent
|
||||||
(update [_ state]
|
(update [_ state]
|
||||||
(let [page (get-in state [:workspace :page])
|
(let [page (get-in state [:workspace :page])
|
||||||
used-names (map #(get-in state [:shapes % :name]) (get-in state [:pages page :shapes]))
|
|
||||||
selected (if (nil? id)
|
selected (if (nil? id)
|
||||||
(first (:clipboard state))
|
(first (:clipboard state))
|
||||||
(->> (:clipboard state)
|
(->> (:clipboard state)
|
||||||
|
|
Loading…
Add table
Reference in a new issue