📎 Add commented code for easy debug release modal on ui ns

This commit is contained in:
Andrey Antukh 2022-10-19 11:17:30 +02:00 committed by Alonso Torres
parent 6ac08df63f
commit 72f6905077
5 changed files with 43 additions and 17 deletions

View file

@ -51,6 +51,10 @@
[{:keys [type]}]
(= type :svg-raw))
(defn path-shape?
[{:keys [type]}]
(= type :path))
(defn unframed-shape?
"Checks if it's a non-frame shape in the top level."
[shape]