mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 08:31:39 +02:00
📎 Add commented code for easy debug release modal on ui ns
This commit is contained in:
parent
6ac08df63f
commit
72f6905077
5 changed files with 43 additions and 17 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue