mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 03:38:18 +00:00
🐛 Fix automatic shape naming on workspace.
This commit is contained in:
parent
3f8031cd0e
commit
112140c006
@ -899,7 +899,7 @@
|
||||
in the current workspace page."
|
||||
[state]
|
||||
(let [page-id (::page-id state)
|
||||
objects (get-in state [:workspace-page page-id :objects])]
|
||||
objects (get-in state [:workspace-data page-id :objects])]
|
||||
(into #{} (map :name) (vals objects))))
|
||||
|
||||
(defn impl-generate-unique-name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user