mirror of
https://github.com/penpot/penpot.git
synced 2026-03-24 12:20:53 +01:00
✨ Add support for boolean shapes
This commit is contained in:
committed by
Andrey Antukh
parent
6176027263
commit
cd1be43384
@@ -71,8 +71,9 @@
|
||||
:code code
|
||||
:icon icon
|
||||
:permissions (into #{} (map str) permissions)})]
|
||||
(when (sm/validate ::ctp/registry-entry manifest)
|
||||
manifest)))
|
||||
(if (sm/validate ::ctp/registry-entry manifest)
|
||||
manifest
|
||||
(.error js/console (clj->js (sm/explain ::ctp/registry-entry manifest))))))
|
||||
|
||||
(defn save-to-store
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user