mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 03:56:11 +02:00
🐛 Fix unexpected behavior of potok with native atom and symbols.
This commit is contained in:
parent
37bd43a19f
commit
88c0beddc6
4 changed files with 11 additions and 11 deletions
|
@ -163,7 +163,7 @@
|
|||
objects (get-in state [:workspace-data :pages-index page-id :objects])
|
||||
selected (get-in state [:workspace-local :selected])
|
||||
children (cp/get-children id objects)]
|
||||
(some selected children)))]
|
||||
(some #(contains? selected %) children)))]
|
||||
(l/derived selector st/state)))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue