mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
🐛 Temporal workaround.
This commit is contained in:
parent
bf7cfef355
commit
24f0a3945d
1 changed files with 2 additions and 2 deletions
|
@ -268,7 +268,7 @@
|
|||
(s/every :internal.shape/point :kind vector?))
|
||||
|
||||
(s/def :internal.shape/shapes
|
||||
(s/every uuid? :kind vector?))
|
||||
(s/every uuid?))
|
||||
|
||||
(s/def ::shape-attrs
|
||||
(s/keys :opt-un [:internal.shape/blocked
|
||||
|
@ -295,7 +295,7 @@
|
|||
:internal.shape/x
|
||||
:internal.shape/y
|
||||
:internal.shape/exports
|
||||
:internal.shape/shapes
|
||||
;; :internal.shape/shapes
|
||||
:internal.shape/stroke-color
|
||||
:internal.shape/stroke-color-ref-file
|
||||
:internal.shape/stroke-color-ref-id
|
||||
|
|
Loading…
Reference in a new issue