mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05: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
|
||||
[attrs]
|
||||
{:pre [(us/valid? ::shape-attrs attrs)]}
|
||||
{:pre [(us/valid? ::attributes attrs)]}
|
||||
(UpdateSelectedShapesAttrs. attrs))
|
||||
|
||||
;; --- Move Selected Layer
|
||||
|
|
Loading…
Add table
Reference in a new issue