mirror of
https://github.com/penpot/penpot.git
synced 2025-08-01 06:58:34 +02:00
🐛 Fix naming of duplicated objects in copy&paste and others
This commit is contained in:
parent
58f0ad999c
commit
a377c602cc
5 changed files with 16 additions and 18 deletions
|
@ -80,7 +80,7 @@
|
|||
:obj shape}]))))
|
||||
|
||||
(defn group-shapes
|
||||
([state label ids] (group-shapes state label ids "Group"))
|
||||
([state label ids] (group-shapes state label ids "Group-1"))
|
||||
([state label ids prefix]
|
||||
(let [page (current-page state)
|
||||
shapes (dwg/shapes-for-grouping (:objects page) ids)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue