mirror of
https://github.com/penpot/penpot.git
synced 2026-03-31 16:41:37 +02:00
Fix wrong function call.
This commit is contained in:
@@ -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]))))))
|
||||
|
||||
Reference in New Issue
Block a user