mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 04:41:37 +02:00
🎉 Add better profiling helpers.
This commit is contained in:
parent
9db6be2047
commit
bbbd7b704e
2 changed files with 48 additions and 22 deletions
|
@ -1035,6 +1035,7 @@
|
|||
|
||||
|
||||
;; --- Duplicate Selected
|
||||
;; TODO: handle properly naming
|
||||
|
||||
(defn duplicate-shapes
|
||||
[shapes]
|
||||
|
@ -1120,7 +1121,6 @@
|
|||
|
||||
(and (pos? (count shapes))
|
||||
(every? shape? shapes))
|
||||
;; (rx/of (duplicate-shapes shapes))
|
||||
(rx/of (duplicate-shapes selected))
|
||||
|
||||
:else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue