🎉 Add better profiling helpers.

This commit is contained in:
Andrey Antukh 2020-04-08 22:49:18 +02:00
parent 9db6be2047
commit bbbd7b704e
2 changed files with 48 additions and 22 deletions

View file

@ -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