mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
Fix wrong function call.
This commit is contained in:
parent
a2da98f7ab
commit
8e0e725d80
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
|||
(filter #(= (:page %) pageid))
|
||||
(remove :hidden)
|
||||
(remove :blocked)
|
||||
(filter #(contained-in-selrect? % selrect))
|
||||
(filter #(sh/contained-in? % selrect))
|
||||
(map :id))]
|
||||
(->> (into #{} xf (vals (:shapes-by-id state)))
|
||||
(assoc-in state [:workspace :selected]))))))
|
||||
|
|
Loading…
Reference in a new issue