mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 11:48:28 +00:00
Fix reference to undefined spec.
This commit is contained in:
parent
1c731d4d77
commit
30ae7a4deb
@ -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…
x
Reference in New Issue
Block a user