mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 18:16:12 +02:00
🐛 Fix debug validate single shape
This commit is contained in:
parent
9d8628b4cc
commit
4d6c0f3da9
2 changed files with 1 additions and 4 deletions
frontend/src
|
@ -393,7 +393,7 @@
|
|||
(try
|
||||
(->> (if-let [shape-id (some-> shape-id parse-uuid)]
|
||||
(let [page (dm/get-in file [:data :pages-index (get @st/state :current-page-id)])]
|
||||
(cfv/validate-shape (uuid shape-id) file page libraries))
|
||||
(cfv/validate-shape shape-id file page libraries))
|
||||
(cfv/validate-file file libraries))
|
||||
(group-by :code)
|
||||
(clj->js))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue