mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 17:16:39 +02:00
Fix reference to undefined spec.
This commit is contained in:
parent
1c731d4d77
commit
30ae7a4deb
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@
|
||||||
|
|
||||||
(defn update-selected-shapes-attrs
|
(defn update-selected-shapes-attrs
|
||||||
[attrs]
|
[attrs]
|
||||||
{:pre [(us/valid? ::shape-attrs attrs)]}
|
{:pre [(us/valid? ::attributes attrs)]}
|
||||||
(UpdateSelectedShapesAttrs. attrs))
|
(UpdateSelectedShapesAttrs. attrs))
|
||||||
|
|
||||||
;; --- Move Selected Layer
|
;; --- Move Selected Layer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue