mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 13:27:02 +00:00
Fix reference to undefined spec.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user