0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -05:00

🐛 Select All (CTRL+A) fails

This commit is contained in:
Alejandro Alonso 2022-02-16 16:13:35 +01:00 committed by Andrey Antukh
parent 5d17933593
commit 4efd8b7d3f

View file

@ -184,7 +184,7 @@
(cph/get-immediate-children objects frame-id))
selected (into (d/ordered-set)
(remove :blocked)
(comp (remove :blocked) (map :id))
selected)]
(rx/of (select-shapes selected))))))