mirror of
https://github.com/penpot/penpot.git
synced 2026-08-24 21:59:02 +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."
|
in the current workspace page."
|
||||||
[state]
|
[state]
|
||||||
(let [page-id (::page-id 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))))
|
(into #{} (map :name) (vals objects))))
|
||||||
|
|
||||||
(defn impl-generate-unique-name
|
(defn impl-generate-unique-name
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user