0
Fork 0
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:
Andrey Antukh 2017-01-10 21:12:43 +01:00
parent 1c731d4d77
commit 30ae7a4deb
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -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