🐛 Fixed problem when selecting groups

This commit is contained in:
alonso.torres 2020-10-02 12:40:22 +02:00 committed by Andrey Antukh
parent e9bf3624b7
commit d8e0bab4ad
2 changed files with 8 additions and 2 deletions

View file

@ -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)