mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 00:11:38 +02:00
✨ Select all variants with errors (#6533)
This commit is contained in:
parent
f9bbf2d524
commit
556a68a78f
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@
|
|||
select-shape-with-error
|
||||
(mf/use-fn
|
||||
(mf/deps object-error-ids)
|
||||
#(st/emit! (dw/select-shape (first object-error-ids))))]
|
||||
#(st/emit! (dw/select-shapes (into (d/ordered-set) object-error-ids))))]
|
||||
|
||||
(when (seq shapes)
|
||||
[:div {:class (stl/css :element-set)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue