0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 06:32:38 -05:00

🐛 Select hidden layers on enter key

This commit is contained in:
alonso.torres 2023-12-07 16:45:00 +01:00
parent dc2c83bb62
commit 92dc8ae416

View file

@ -1039,9 +1039,7 @@
(rx/of (dwe/start-edition-mode id))
(:group :bool :frame)
(let [shapes-ids (into (d/ordered-set)
(remove #(dm/get-in objects [% :hidden]))
shapes)]
(let [shapes-ids (into (d/ordered-set) shapes)]
(rx/of (dws/select-shapes shapes-ids)))
:svg-raw