mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Select hidden layers on enter key
This commit is contained in:
@@ -1039,9 +1039,7 @@
|
|||||||
(rx/of (dwe/start-edition-mode id))
|
(rx/of (dwe/start-edition-mode id))
|
||||||
|
|
||||||
(:group :bool :frame)
|
(:group :bool :frame)
|
||||||
(let [shapes-ids (into (d/ordered-set)
|
(let [shapes-ids (into (d/ordered-set) shapes)]
|
||||||
(remove #(dm/get-in objects [% :hidden]))
|
|
||||||
shapes)]
|
|
||||||
(rx/of (dws/select-shapes shapes-ids)))
|
(rx/of (dws/select-shapes shapes-ids)))
|
||||||
|
|
||||||
:svg-raw
|
:svg-raw
|
||||||
|
|||||||
Reference in New Issue
Block a user