mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fixed problem when selecting groups
This commit is contained in:
parent
e9bf3624b7
commit
d8e0bab4ad
2 changed files with 8 additions and 2 deletions
|
@ -152,7 +152,7 @@
|
|||
(defn is-child-selected?
|
||||
[id]
|
||||
(letfn [(selector [state]
|
||||
(let [page-id :current-page-id
|
||||
(let [page-id (:current-page-id state)
|
||||
objects (get-in state [:workspace-data :pages-index page-id :objects])
|
||||
selected (get-in state [:workspace-local :selected])
|
||||
shape (get objects id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue