mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 16:18:11 -05:00
🐛 Select hidden layers on enter key
This commit is contained in:
parent
dc2c83bb62
commit
92dc8ae416
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue