mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 15:08:27 +02:00
✨ Expand mask when selected in workspace
This commit is contained in:
parent
0ddf6d30b8
commit
823aa426ed
3 changed files with 23 additions and 13 deletions
|
@ -159,7 +159,6 @@
|
|||
(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)
|
||||
children (cph/get-children id objects)]
|
||||
(some selected children)))]
|
||||
(l/derived selector st/state)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue