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:
parent
5d17933593
commit
4efd8b7d3f
1 changed files with 1 additions and 1 deletions
|
@ -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))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue