mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 19:58:09 +00:00
Fix selrect bug with grouped shapes.
This commit is contained in:
parent
708305c66d
commit
3fbe465b99
@ -117,6 +117,7 @@
|
||||
(filter #(= (:page %) pageid))
|
||||
(remove :hidden)
|
||||
(remove :blocked)
|
||||
(map sh/resolve-position)
|
||||
(filter #(sh/contained-in? % selrect))
|
||||
(map :id))]
|
||||
(->> (into #{} xf (vals (:shapes-by-id state)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user