mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 21:41:39 +02:00
🐛 Select All (CTRL+A) fails
This commit is contained in:
parent
5d17933593
commit
4efd8b7d3f
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
||||||
(cph/get-immediate-children objects frame-id))
|
(cph/get-immediate-children objects frame-id))
|
||||||
|
|
||||||
selected (into (d/ordered-set)
|
selected (into (d/ordered-set)
|
||||||
(remove :blocked)
|
(comp (remove :blocked) (map :id))
|
||||||
selected)]
|
selected)]
|
||||||
|
|
||||||
(rx/of (select-shapes selected))))))
|
(rx/of (select-shapes selected))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue